Home
last modified time | relevance | path

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

/illumos-gate/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 *
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()
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()
220 mod_get_buf_prop_range(mod_prop_info_t ptbl[], mod_prop_info_t *pinfo, in mod_get_buf_prop_range()
223 mod_prop_info_t *maxbuf_pinfo = mod_prop_lookup(ptbl, "max_buf", in mod_get_buf_prop_range()
268 mod_get_buf_prop(mod_prop_info_t ptbl[], netstack_t *stack, in mod_get_buf_prop()
293 mod_prop_info_t *ptbl, *prop; in mod_get_allprop()
[all …]
H A Drawip_impl.h53 mod_prop_info_t *is_propinfo_tbl; /* holds the icmp tunables */
/illumos-gate/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.c330 extern mod_prop_info_t udp_propinfo_tbl[];
4544 arrsz = udp_propinfo_count * sizeof (mod_prop_info_t); in udp_stack_init()
4545 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in udp_stack_init()
4592 udp_propinfo_count * sizeof (mod_prop_info_t)); in udp_stack_fini()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c53 tcp_set_1948phrase(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_1948phrase()
72 tcp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_listener_conf_get()
116 tcp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_add()
165 tcp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_listener_conf_del()
194 tcp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_buf_prop()
202 tcp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in tcp_get_buf_prop()
215 tcp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_smallest_anon_set()
233 tcp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_largest_anon_set()
251 tcp_set_cc_algorithm(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in tcp_set_cc_algorithm()
287 tcp_get_cc_algorithm(netstack_t *stack, mod_prop_info_t *pinfo, in tcp_get_cc_algorithm()
[all …]
H A Dtcp.c402 extern mod_prop_info_t tcp_propinfo_tbl[];
3792 arrsz = tcp_propinfo_count * sizeof (mod_prop_info_t); in tcp_stack_init()
3793 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, in tcp_stack_init()
3917 tcp_propinfo_count * sizeof (mod_prop_info_t)); in tcp_stack_fini()
/illumos-gate/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()
/illumos-gate/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.c219 icmp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo, in icmp_set_buf_prop()
227 icmp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname, in icmp_get_buf_prop()
240 static mod_prop_info_t icmp_propinfo_tbl[] = {
5011 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in rawip_stack_init()
H A Dip.c769 extern mod_prop_info_t ip_propinfo_tbl[];
4443 ip_propinfo_count * sizeof (mod_prop_info_t)); in ip_stack_fini()
4684 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t); in ip_stack_init()
4685 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP); in ip_stack_init()
H A Dip_if.c8860 mod_prop_info_t *ptbl = NULL, *pinfo = NULL; in ip_sioctl_getsetprop()
8944 mod_prop_info_t *pinfo = NULL; in ip_process_legacy_nddprop()