Home
last modified time | relevance | path

Searched refs:ifqueue (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.81.2/bsd/netinet6/
H A Dmld6_var.h192 struct ifqueue mli_gq; /* queue of general query responses */
193 struct ifqueue mli_v1q; /* MLDv1 message queue */
H A Dmld6.c184 static void mld_dispatch_queue_locked(struct mld_ifinfo *, struct ifqueue *, int);
197 static int mld_v2_enqueue_filter_change(struct ifqueue *,
199 static int mld_v2_enqueue_group_record(struct ifqueue *,
205 struct ifqueue *);
207 struct ifqueue *, struct ifqueue *,
502 mld_dispatch_queue_locked(struct mld_ifinfo *mli, struct ifqueue *ifq, int limit) in mld_dispatch_queue_locked()
1617 struct ifqueue scq; /* State-change packets */ in mld_timeout()
1618 struct ifqueue qrq; /* Query response packets */ in mld_timeout()
1735 memset(&qrq, 0, sizeof(struct ifqueue)); in mld_timeout()
1738 memset(&scq, 0, sizeof(struct ifqueue)); in mld_timeout()
[all …]
H A Din6_var.h997 struct ifqueue in6m_scq; /* pending state-change packets */
/xnu-8792.81.2/bsd/netinet/
H A Digmp_var.h274 struct ifqueue igi_gq; /* queue of general query responses */
275 struct ifqueue igi_v2q; /* queue of v1/v2 packets */
H A Digmp.c124 static void igmp_dispatch_queue(struct igmp_ifinfo *, struct ifqueue *,
161 static int igmp_v3_enqueue_group_record(struct ifqueue *,
163 static int igmp_v3_enqueue_filter_change(struct ifqueue *,
166 struct ifqueue *, struct ifqueue *, struct in_multi *,
169 struct ifqueue *);
496 igmp_dispatch_queue(struct igmp_ifinfo *igi, struct ifqueue *ifq, int limit, in igmp_dispatch_queue()
1921 struct ifqueue scq; /* State-change packets */ in igmp_timeout()
1922 struct ifqueue qrq; /* Query response packets */ in igmp_timeout()
2003 memset(&qrq, 0, sizeof(struct ifqueue)); in igmp_timeout()
2006 memset(&scq, 0, sizeof(struct ifqueue)); in igmp_timeout()
[all …]
H A Dif_ether.h147 extern struct ifqueue arpintrq;
H A Din_var.h333 struct ifqueue inm_scq; /* queue of pending
/xnu-8792.81.2/bsd/net/
H A Dif_var.h249 struct ifqueue { struct
H A Dndrv.c648 ndrv_flushq(struct ifqueue *q)
H A Dpf.c253 struct pf_ruleset **, struct ifqueue *);
313 static int pf_check_congestion(struct ifqueue *);
4889 struct ifqueue *ifq) in pf_test_rule()
10878 pf_check_congestion(struct ifqueue *ifq) in pf_check_congestion()