Searched refs:ifqueue (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/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 | 187 static void mld_dispatch_queue_locked(struct mld_ifinfo *, struct ifqueue *, int); 200 static int mld_v2_enqueue_filter_change(struct ifqueue *, 202 static int mld_v2_enqueue_group_record(struct ifqueue *, 208 struct ifqueue *); 210 struct ifqueue *, struct ifqueue *, 508 mld_dispatch_queue_locked(struct mld_ifinfo *mli, struct ifqueue *ifq, int limit) in mld_dispatch_queue_locked() 1624 struct ifqueue scq; /* State-change packets */ in mld_timeout() 1625 struct ifqueue qrq; /* Query response packets */ in mld_timeout() 1742 memset(&qrq, 0, sizeof(struct ifqueue)); in mld_timeout() 1745 memset(&scq, 0, sizeof(struct ifqueue)); in mld_timeout() [all …]
|
| H A D | in6_var.h | 996 struct ifqueue in6m_scq; /* pending state-change packets */
|
| /xnu-10063.141.1/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 | 126 static void igmp_dispatch_queue(struct igmp_ifinfo *, struct ifqueue *, 164 static int igmp_v3_enqueue_group_record(struct ifqueue *, 166 static int igmp_v3_enqueue_filter_change(struct ifqueue *, 169 struct ifqueue *, struct ifqueue *, struct in_multi *, 172 struct ifqueue *); 503 igmp_dispatch_queue(struct igmp_ifinfo *igi, struct ifqueue *ifq, int limit, in igmp_dispatch_queue() 1934 struct ifqueue scq; /* State-change packets */ in igmp_timeout() 1935 struct ifqueue qrq; /* Query response packets */ in igmp_timeout() 2016 memset(&qrq, 0, sizeof(struct ifqueue)); in igmp_timeout() 2019 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 | 332 struct ifqueue inm_scq; /* queue of pending
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_var.h | 257 struct ifqueue { struct
|
| H A D | ndrv.c | 648 ndrv_flushq(struct ifqueue *q)
|
| H A D | pf.c | 254 struct pf_ruleset **, struct ifqueue *); 314 static int pf_check_congestion(struct ifqueue *); 4945 struct ifqueue *ifq) in pf_test_rule() 10932 pf_check_congestion(struct ifqueue *ifq) in pf_check_congestion()
|