Searched refs:ifqueue (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.81.2/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 | 184 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 D | in6_var.h | 997 struct ifqueue in6m_scq; /* pending state-change packets */
|
| /xnu-8792.81.2/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 | 124 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 D | if_ether.h | 147 extern struct ifqueue arpintrq;
|
| H A D | in_var.h | 333 struct ifqueue inm_scq; /* queue of pending
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | if_var.h | 249 struct ifqueue { struct
|
| H A D | ndrv.c | 648 ndrv_flushq(struct ifqueue *q)
|
| H A D | pf.c | 253 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()
|