Home
last modified time | relevance | path

Searched refs:ipsq_enter (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h301 extern boolean_t ipsq_enter(ill_t *, boolean_t, int);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c1831 if (ipsq_enter(ill, B_FALSE, NEW_OP)) in arp_modclose()
H A Dip_if.c1054 if (ipsq_enter(ill, B_TRUE, NEW_OP)) { in conn_ioctl_cleanup()
2282 VERIFY(ipsq_enter(ill, B_FALSE, CUR_OP) == B_TRUE); in ill_capability_ack_thr()
3341 boolean_t ipsq_enter) in ill_init_common() argument
3402 if (!ipsq_init(ill, ipsq_enter)) { in ill_init_common()
6582 ipsq_enter(ill_t *ill, boolean_t force, int type) in ipsq_enter() function
H A Dip.c4034 success = ipsq_enter(ill, B_FALSE, NEW_OP); in ip_modclose()