Searched refs:sopp_tail (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket_proto.h56 ushort_t sopp_tail; /* space available at the end */ member in struct:sock_proto_props
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_sops.c451 so->so_proto_props.sopp_tail, &error)) == NULL) {
1205 so->so_proto_props.sopp_tail = soppp->sopp_tail;
1246 tail = so->so_proto_props.sopp_tail;
1258 so->so_proto_props.sopp_tail = tail;
H A Dsocksyscalls.c2151 extra = wroff + so->so_proto_props.sopp_tail;
2743 extra = wroff + so->so_proto_props.sopp_tail;
H A Dsockcommon_subr.c1816 (so->so_proto_props).sopp_tail;
H A Dsocktpi.c5376 (so->so_proto_props).sopp_tail;
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c441 tail_len = so->so_proto_props.sopp_tail;
724 tail_len = so->so_proto_props.sopp_tail;

Completed in 88 milliseconds