Home
last modified time | relevance | path

Searched refs:netstack_find_by_cred (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_ctl.c71 netstack_t *ns = netstack_find_by_cred(cred); in iptun_ioc_set_6to4relay()
85 netstack_t *ns = netstack_find_by_cred(cred); in iptun_ioc_get_6to4relay()
H A Diptun.c1403 ns = netstack_find_by_cred(credp); in iptun_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h241 extern netstack_t *netstack_find_by_cred(const cred_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dsad.c206 ns = netstack_find_by_cred(credp); in sadopen()
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c941 netstack_find_by_cred(const cred_t *cr) in netstack_find_by_cred() function
H A Dstreamio.c740 ns = netstack_find_by_cred(crp); in strclose()
4102 ns = netstack_find_by_cred(crp); in strioctl()
4516 ns = netstack_find_by_cred(crp); in strioctl()
H A Dstrsubr.c1769 ns = netstack_find_by_cred(crp); in mlink_file()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c319 ns = netstack_find_by_cred(credp); in rts_open()
H A Dkeysock.c574 ns = netstack_find_by_cred(credp); in keysock_open()
H A Dip_arp.c2342 ns = netstack_find_by_cred(credp); in arp_modopen()
H A Dipsecah.c481 ns = netstack_find_by_cred(credp); in ipsecah_open()
H A Dipsecesp.c531 ns = netstack_find_by_cred(credp); in ipsecesp_open()
H A Dspdsock.c3538 ns = netstack_find_by_cred(credp); in spdsock_open()
H A Dicmp.c1690 ns = netstack_find_by_cred(credp); in rawip_do_open()
H A Dip.c5934 ns = netstack_find_by_cred(credp); in ip_modopen()
6037 ns = netstack_find_by_cred(credp); in ip_open()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1345 ns = netstack_find_by_cred(credp); in sctp_create()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c535 VERIFY((ns = netstack_find_by_cred(crp)) != NULL); in ipnet_open()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2665 ns = netstack_find_by_cred(credp); in tcp_create_common()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4703 ns = netstack_find_by_cred(credp); in udp_do_open()