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);
85 netstack_t *ns = netstack_find_by_cred(cred);
H A Diptun.c1403 ns = netstack_find_by_cred(credp);
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h238 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);
/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c933 netstack_find_by_cred(const cred_t *cr) function
H A Dstreamio.c687 ns = netstack_find_by_cred(crp);
3977 ns = netstack_find_by_cred(crp);
4391 ns = netstack_find_by_cred(crp);
H A Dstrsubr.c1766 ns = netstack_find_by_cred(crp);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Drts.c317 ns = netstack_find_by_cred(credp);
336 * done by netstack_find_by_cred()
H A Dkeysock.c579 ns = netstack_find_by_cred(credp);
H A Dip_arp.c2341 ns = netstack_find_by_cred(credp);
H A Dipsecah.c494 ns = netstack_find_by_cred(credp);
H A Dipsecesp.c601 ns = netstack_find_by_cred(credp);
H A Dspdsock.c3517 ns = netstack_find_by_cred(credp);
H A Dicmp.c1682 ns = netstack_find_by_cred(credp);
1703 * done by netstack_find_by_cred()
H A Dip.c5888 ns = netstack_find_by_cred(credp);
5991 ns = netstack_find_by_cred(credp);
6013 * done by netstack_find_by_cred()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp.c1345 ns = netstack_find_by_cred(credp);
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c534 VERIFY((ns = netstack_find_by_cred(crp)) != NULL);
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c2629 ns = netstack_find_by_cred(credp);
2648 * Both tcp_get_conn and netstack_find_by_cred incremented refcnt,
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c4549 ns = netstack_find_by_cred(credp);
4575 * done by netstack_find_by_cred()

Completed in 259 milliseconds