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

/xnu-2422.115.4/bsd/netinet/
H A Digmp.c3593 igmp_v3_merge_state_changes(struct in_multi *inm, struct ifqueue *ifscq) argument
3639 mt = ifscq->ifq_tail;
3682 IGMP_PRINTF(("%s: queueing 0x%llx to ifscq 0x%llx)\n",
3684 (uint64_t)VM_KERNEL_ADDRPERM(ifscq)));
3685 IF_ENQUEUE(ifscq, m0);
3689 IGMP_PRINTF(("%s: merging 0x%llx with ifscq tail "
/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.c3232 mld_v2_merge_state_changes(struct in6_multi *inm, struct ifqueue *ifscq) argument
3278 mt = ifscq->ifq_tail;
3321 MLD_PRINTF(("%s: queueing 0x%llx to ifscq 0x%llx)\n",
3323 (uint64_t)VM_KERNEL_ADDRPERM(ifscq)));
3324 IF_ENQUEUE(ifscq, m0);
3328 MLD_PRINTF(("%s: merging 0x%llx with ifscq tail "

Completed in 21 milliseconds