Searched refs:ifqueue (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.1.9/bsd/netinet6/ |
| H A D | mld6_var.h | 192 struct ifqueue mli_gq; /* queue of general query responses */ 193 struct ifqueue mli_v1q; /* MLDv1 message queue */
|
| H A D | mld6.c | 188 static void mld_dispatch_queue_locked(struct mld_ifinfo *, struct ifqueue *, int); 201 static int mld_v2_enqueue_filter_change(struct ifqueue *, 203 static int mld_v2_enqueue_group_record(struct ifqueue *, 209 struct ifqueue *); 211 struct ifqueue *, struct ifqueue *, 501 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 D | in6_var.h | 1016 struct ifqueue in6m_scq; /* pending state-change packets */
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | igmp_var.h | 274 struct ifqueue igi_gq; /* queue of general query responses */ 275 struct ifqueue igi_v2q; /* queue of v1/v2 packets */
|
| H A D | igmp.c | 127 static void igmp_dispatch_queue(struct igmp_ifinfo *, struct ifqueue *, 165 static int igmp_v3_enqueue_group_record(struct ifqueue *, 167 static int igmp_v3_enqueue_filter_change(struct ifqueue *, 170 struct ifqueue *, struct ifqueue *, struct in_multi *, 173 struct ifqueue *); 496 igmp_dispatch_queue(struct igmp_ifinfo *igi, struct ifqueue *ifq, int limit, in igmp_dispatch_queue() 1927 struct ifqueue scq; /* State-change packets */ in igmp_timeout() 1928 struct ifqueue qrq; /* Query response packets */ in igmp_timeout() 2009 memset(&qrq, 0, sizeof(struct ifqueue)); in igmp_timeout() 2012 memset(&scq, 0, sizeof(struct ifqueue)); in igmp_timeout() [all …]
|
| H A D | if_ether.h | 147 extern struct ifqueue arpintrq;
|
| H A D | in_var.h | 397 struct ifqueue inm_scq; /* queue of pending
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | if_var.h | 255 struct ifqueue { struct
|
| H A D | ndrv.c | 679 ndrv_flushq(struct ifqueue *q)
|
| H A D | pf.c | 257 struct pf_ruleset **, struct ifqueue *); 317 static int pf_check_congestion(struct ifqueue *); 4929 struct ifqueue *ifq) in pf_test_rule() 10934 pf_check_congestion(struct ifqueue *ifq) in pf_check_congestion()
|