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 in typeref:struct:mod_prop_info_s
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 *, cons
[all...]
H A Dtunables.c42 mod_prop_info_t *
43 mod_prop_lookup(mod_prop_info_t ptbl[], const char *prop_name, uint_t proto)
45 mod_prop_info_t *pinfo;
61 prop_perm2const(mod_prop_info_t *pinfo)
76 mod_set_boolean(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
101 mod_get_boolean(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
124 mod_uint32_value(const void *pval, mod_prop_info_t *pinfo, uint_t flags,
150 mod_set_uint32(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
167 mod_set_aligned(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
190 mod_get_uint32(netstack_t *stack, mod_prop_info_t *pinf
[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,
42 udp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
55 udp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
73 udp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
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);
4404 us->us_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
4451 udp_propinfo_count * sizeof (mod_prop_info_t));
/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,
90 sctp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
139 sctp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
168 sctp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
176 sctp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
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);
1546 sctps->sctps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
1628 sctp_propinfo_count * sizeof (mod_prop_info_t));
/illumos-gate/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,
65 tcp_listener_conf_get(netstack_t *stack, mod_prop_info_t *pinfo,
109 tcp_listener_conf_add(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
158 tcp_listener_conf_del(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
187 tcp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
195 tcp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
208 tcp_smallest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
226 tcp_largest_anon_set(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
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);
3769 tcps->tcps_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz,
3890 tcp_propinfo_count * sizeof (mod_prop_info_t));
/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,
99 ip_get_forwarding(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
161 ip_set_debug(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
183 ip_get_debug(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
213 ip_set_cgtp_filter(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
270 ip_get_mtu(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
357 ip_set_src_multihoming(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
378 ip_set_hostmodel(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
451 ip_get_hostmodel(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
496 mod_prop_info_t ip_propinfo_tb
[all...]
H A Dicmp.c218 icmp_set_buf_prop(netstack_t *stack, cred_t *cr, mod_prop_info_t *pinfo,
226 icmp_get_buf_prop(netstack_t *stack, mod_prop_info_t *pinfo, const char *ifname,
239 static mod_prop_info_t icmp_propinfo_tbl[] = {
5001 is->is_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
H A Dip.c766 extern mod_prop_info_t ip_propinfo_tbl[];
4418 ip_propinfo_count * sizeof (mod_prop_info_t));
4659 arrsz = ip_propinfo_count * sizeof (mod_prop_info_t);
4660 ipst->ips_propinfo_tbl = (mod_prop_info_t *)kmem_alloc(arrsz, KM_SLEEP);
H A Dip_if.c8855 mod_prop_info_t *ptbl = NULL, *pinfo = NULL;
8939 mod_prop_info_t *pinfo = NULL;

Completed in 193 milliseconds