Searched refs:is_propinfo_tbl (Results 1 – 4 of 4) sorted by relevance
53 mod_prop_info_t *is_propinfo_tbl; /* holds the icmp tunables */ member
307 ptbl = stack->netstack_icmp->is_propinfo_tbl; in mod_get_allprop()
221 return (mod_set_buf_prop(stack->netstack_icmp->is_propinfo_tbl, in icmp_set_buf_prop()229 return (mod_get_buf_prop(stack->netstack_icmp->is_propinfo_tbl, stack, in icmp_get_buf_prop()287 #define is_wroff_extra is_propinfo_tbl[0].prop_cur_uval288 #define is_ipv4_ttl is_propinfo_tbl[1].prop_cur_uval289 #define is_ipv6_hoplimit is_propinfo_tbl[2].prop_cur_uval290 #define is_bsd_compat is_propinfo_tbl[3].prop_cur_bval291 #define is_xmit_hiwat is_propinfo_tbl[4].prop_cur_uval292 #define is_xmit_lowat is_propinfo_tbl[5].prop_cur_uval293 #define is_recv_hiwat is_propinfo_tbl[6].prop_cur_uval294 #define is_max_buf is_propinfo_tbl[7].prop_cur_uval[all …]
8877 ptbl = stack->netstack_icmp->is_propinfo_tbl; in ip_sioctl_getsetprop()