Searched refs:ifscq (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Digmp.c3442 igmp_v3_merge_state_changes(struct in_multi *inm, struct ifqueue *ifscq) argument
3488 mt = ifscq->ifq_tail;
3528 IGMP_PRINTF(("%s: queueing %p to ifscq %p)\n",
3529 __func__, m0, ifscq));
3531 IF_ENQUEUE(ifscq, m0);
3535 IGMP_PRINTF(("%s: merging %p with ifscq tail %p)\n",
/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c3043 mld_v2_merge_state_changes(struct in6_multi *inm, struct ifqueue *ifscq) argument
3089 mt = ifscq->ifq_tail;
3129 MLD_PRINTF(("%s: queueing %p to ifscq %p)\n",
3130 __func__, m0, ifscq));
3132 IF_ENQUEUE(ifscq, m0);
3136 MLD_PRINTF(("%s: merging %p with ifscq tail %p)\n",

Completed in 22 milliseconds