Searched refs:mod_get_buf_prop (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tunables.h | 168 extern int mod_get_buf_prop(mod_prop_info_t[], netstack_t *,
|
H A D | tunables.c | 268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, in mod_get_buf_prop() function
|
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_tunables.c | 45 return (mod_get_buf_prop(stack->netstack_udp->us_propinfo_tbl, stack, in udp_get_buf_prop()
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_tunables.c | 179 return (mod_get_buf_prop(stack->netstack_sctp->sctps_propinfo_tbl, in sctp_get_buf_prop()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 205 return (mod_get_buf_prop(stack->netstack_tcp->tcps_propinfo_tbl, stack, in tcp_get_buf_prop()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | icmp.c | 231 return (mod_get_buf_prop(stack->netstack_icmp->is_propinfo_tbl, stack, in icmp_get_buf_prop()
|