Searched refs:ipsq_try_enter (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ip_if.h | 302 extern ipsq_t *ipsq_try_enter(ipif_t *, ill_t *, queue_t *, mblk_t *,
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipmp.c | 1382 if (ipsq_try_enter(NULL, ill, NULL, NULL, NULL, NEW_OP, B_FALSE)) { in ipmp_ill_refresh_active_timer()
|
H A D | ip_if.c | 6751 ipsq_try_enter(ipif_t *ipif, ill_t *ill, queue_t *q, mblk_t *mp, in ipsq_try_enter() function 6782 ipsq = ipsq_try_enter(NULL, ill, q, mp, func, type, reentry_ok); in qwriter_ip() 8664 ipsq = ipsq_try_enter(NULL, ill, q, mp, ip_sioctl_plink, in ip_sioctl_plink_ipmod() 9375 ipsq = ipsq_try_enter(NULL, ill, q, mp, ip_process_ioctl, NEW_OP, in ip_sioctl_addif() 16400 ipsq = ipsq_try_enter(NULL, usesrc_ill, q, mp, ip_process_ioctl, in ip_sioctl_slifusesrc()
|
H A D | ip.c | 12681 ipsq = ipsq_try_enter(ci.ci_ipif, NULL, q, mp, ip_process_ioctl, in ip_process_ioctl()
|