Searched refs:ipsq_enter (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_if.h | 301 extern boolean_t ipsq_enter(ill_t *, boolean_t, int);
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 1831 if (ipsq_enter(ill, B_FALSE, NEW_OP)) in arp_modclose()
|
H A D | ip_if.c | 1054 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 D | ip.c | 4034 success = ipsq_enter(ill, B_FALSE, NEW_OP); in ip_modclose()
|