Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/
H A Dip_if.h302 extern ipsq_t *ipsq_try_enter(ipif_t *, ill_t *, queue_t *, mblk_t *,
/titanic_44/usr/src/uts/common/inet/ip/
H A Dipmp.c1382 if (ipsq_try_enter(NULL, ill, NULL, NULL, NULL, NEW_OP, B_FALSE)) { in ipmp_ill_refresh_active_timer()
H A Dip_if.c6751 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 Dip.c12681 ipsq = ipsq_try_enter(ci.ci_ipif, NULL, q, mp, ip_process_ioctl, in ip_process_ioctl()