Home
last modified time | relevance | path

Searched refs:mod_prop_info_t (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/uts/common/inet/
H A Dtunables.h89 typedef struct mod_prop_info_s mod_prop_info_t; typedef
92 typedef int mod_prop_setf_t(netstack_t *, cred_t *, mod_prop_info_t *,
94 typedef int mod_prop_getf_t(netstack_t *, mod_prop_info_t *, const char *,
162 extern int mod_uint32_value(const void *, mod_prop_info_t *,
164 extern mod_prop_info_t *mod_prop_lookup(mod_prop_info_t[], const char *,
166 extern int mod_set_buf_prop(mod_prop_info_t[], netstack_t *,
167 cred_t *cr, mod_prop_info_t *, const char *, const void *, uint_t);
168 extern int mod_get_buf_prop(mod_prop_info_t[], netstack_t *,
169 mod_prop_info_t *, const char *, void *, uint_t, uint_t);
H A Dtunables.c42 mod_prop_info_t *
43 mod_prop_lookup(mod_prop_info_t ptbl[], const char *prop_name, uint_t proto) in mod_prop_lookup()
45 mod_prop_info_t *pinfo; in mod_prop_lookup()
61 prop_perm2const(mod_prop_info_t *pinfo) in prop_perm2const()
76 mod_set_boolean(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_boolean()
101 mod_get_boolean(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_boolean()
124 mod_uint32_value(const void *pval, mod_prop_info_t *pinfo, uint_t flags, in mod_uint32_value()
150 mod_set_uint32(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_uint32()
167 mod_set_aligned(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in mod_set_aligned()
190 mod_get_uint32(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in mod_get_uint32()
[all …]
H A Drawip_impl.h53 mod_prop_info_t *is_propinfo_tbl; /* holds the icmp tunables */
/titanic_44/usr/src/uts/common/inet/udp/
H A Dudp_tunables.c34 udp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_set_buf_prop()
42 udp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in udp_get_buf_prop()
55 udp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_smallest_anon_set()
73 udp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in udp_largest_anon_set()
95 mod_prop_info_t udp_propinfo_tbl[] = {
H A Dudp.c327 extern mod_prop_info_t udp_propinfo_tbl[];
4403 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t); in udp_stack_init()
4404 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init()
4451 udp_propinfo_count * sizeof (mod_prop_info_t)); in udp_stack_fini()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c46 tcp_set_1948phrase(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_1948phrase()
65 tcp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_listener_conf_get()
109 tcp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_add()
158 tcp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_del()
187 tcp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_buf_prop()
195 tcp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in tcp_get_buf_prop()
208 tcp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_smallest_anon_set()
226 tcp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_largest_anon_set()
248 mod_prop_info_t tcp_propinfo_tbl[] = {
H A Dtcp.c402 extern mod_prop_info_t tcp_propinfo_tbl[];
3768 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t); in tcp_stack_init()
3769 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init()
3890 tcp_propinfo_count * sizeof (mod_prop_info_t)); in tcp_stack_fini()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c46 sctp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in sctp_listener_conf_get()
90 sctp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_add()
139 sctp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_listener_conf_del()
168 sctp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in sctp_set_buf_prop()
176 sctp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in sctp_get_buf_prop()
189 mod_prop_info_t sctp_propinfo_tbl[] = {
H A Dsctp.c123 extern mod_prop_info_t sctp_propinfo_tbl[];
1545 arrsz = sctp_propinfo_count * sizeof (mod_prop_info_t); in sctp_stack_init()
1546 sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in sctp_stack_init()
1628 sctp_propinfo_count * sizeof (mod_prop_info_t)); in sctp_stack_fini()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_tunables.c49 ip_set_forwarding(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_forwarding()
99 ip_get_forwarding(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_forwarding()
161 ip_set_debug(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_debug()
183 ip_get_debug(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_debug()
213 ip_set_cgtp_filter(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_cgtp_filter()
270 ip_get_mtu(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_mtu()
357 ip_set_src_multihoming(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_src_multihoming()
378 ip_set_hostmodel(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in ip_set_hostmodel()
451 ip_get_hostmodel(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in ip_get_hostmodel()
496 mod_prop_info_t ip_propinfo_tbl[] = {
H A Dicmp.c218 icmp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in icmp_set_buf_prop()
226 icmp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in icmp_get_buf_prop()
239 static mod_prop_info_t icmp_propinfo_tbl[] = {
5001 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in rawip_stack_init()
H A Dip.c766 extern mod_prop_info_t ip_propinfo_tbl[];
4418 ip_propinfo_count * sizeof (mod_prop_info_t)); in ip_stack_fini()
4659 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t); in ip_stack_init()
4660 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init()
H A Dip_if.c8852 mod_prop_info_t *ptbl = NULL, *pinfo = NULL; in ip_sioctl_getsetprop()
8936 mod_prop_info_t *pinfo = NULL; in ip_process_legacy_nddprop()