| /f-stack/freebsd/net/ |
| H A D | ifq.h | 88 #define IF_ENQUEUE(ifq, m) do { \ argument 94 #define _IF_PREPEND(ifq, m) do { \ argument 139 #define _IF_DRAIN(ifq) do { \ argument 149 #define IF_DRAIN(ifq) do { \ argument 157 #define IF_HANDOFF(ifq, m, ifp) \ argument 191 #define IFQ_DEQUEUE(ifq, m) \ argument 208 #define IFQ_POLL(ifq, m) \ argument 215 #define IFQ_PURGE_NOLOCK(ifq) \ argument 223 #define IFQ_PURGE(ifq) \ argument 230 #define IFQ_SET_READY(ifq) \ argument [all …]
|
| H A D | if.c | 756 ifq_init(struct ifaltq *ifq, struct ifnet *ifp) in ifq_init() 772 ifq_delete(struct ifaltq *ifq) in ifq_delete() 2333 struct ifaltq *ifq; in if_qflush() local 3992 if_handoff(struct ifqueue *ifq, struct mbuf *m, struct ifnet *ifp, int adjust) in if_handoff()
|
| H A D | if_spppsubr.c | 777 struct ifqueue *ifq = NULL; in sppp_output() local 4740 sppp_qflush(struct ifqueue *ifq) in sppp_qflush()
|
| H A D | iflib.c | 4177 struct ifaltq *ifq = &ifp->if_snd; in iflib_altq_if_start() local
|
| /f-stack/freebsd/net/altq/ |
| H A D | if_altq.h | 144 #define ALTQ_IS_READY(ifq) ((ifq)->altq_flags & ALTQF_READY) argument 146 #define ALTQ_IS_ENABLED(ifq) ((ifq)->altq_flags & ALTQF_ENABLED) argument 148 #define ALTQ_IS_ENABLED(ifq) 0 argument 151 #define ALTQ_IS_CNDTNING(ifq) ((ifq)->altq_flags & ALTQF_CNDTNING) argument 155 #define ALTQ_IS_ATTACHED(ifq) ((ifq)->altq_disc != NULL) argument 157 #define ALTQ_ENQUEUE(ifq, m, pa, err) \ argument 159 #define ALTQ_DEQUEUE(ifq, m) \ argument 161 #define ALTQ_POLL(ifq, m) \ argument 163 #define ALTQ_PURGE(ifq) \ argument 165 #define ALTQ_IS_EMPTY(ifq) ((ifq)->ifq_len == 0) argument [all …]
|
| H A D | altq_cbq.c | 158 cbq_request(struct ifaltq *ifq, int req, void *arg) in cbq_request() 457 cbq_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr) in cbq_enqueue() 499 cbq_dequeue(struct ifaltq *ifq, int op) in cbq_dequeue() 527 cbqrestart(struct ifaltq *ifq) in cbqrestart()
|
| H A D | altq_priq.c | 224 priq_request(struct ifaltq *ifq, int req, void *arg) in priq_request() 446 priq_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr) in priq_enqueue() 496 priq_dequeue(struct ifaltq *ifq, int op) in priq_dequeue()
|
| H A D | altq_codel.c | 181 codel_request(struct ifaltq *ifq, int req, void *arg) in codel_request() 209 codel_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr) in codel_enqueue() 236 codel_dequeue(struct ifaltq *ifq, int op) in codel_dequeue()
|
| H A D | altq_subr.c | 139 altq_attach(ifq, type, discipline, enqueue, dequeue, request, clfier, classify) in altq_attach() argument 168 altq_detach(ifq) in altq_detach() argument 200 altq_enable(ifq) in altq_enable() argument 230 altq_disable(ifq) in altq_disable() argument 276 tbr_dequeue(ifq, op) in tbr_dequeue() argument 328 tbr_set(ifq, profile) in tbr_set() argument
|
| H A D | altq_fairq.c | 274 fairq_request(struct ifaltq *ifq, int req, void *arg) in fairq_request() 482 fairq_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr) in fairq_enqueue() 535 fairq_dequeue(struct ifaltq *ifq, int op) in fairq_dequeue()
|
| H A D | altq_hfsc.c | 326 hfsc_request(struct ifaltq *ifq, int req, void *arg) in hfsc_request() 655 hfsc_enqueue(struct ifaltq *ifq, struct mbuf *m, struct altq_pktattr *pktattr) in hfsc_enqueue() 709 hfsc_dequeue(struct ifaltq *ifq, int op) in hfsc_dequeue()
|
| H A D | altq_rmclass.c | 671 rmc_init(struct ifaltq *ifq, struct rm_ifdat *ifd, u_int nsecPerByte, in rmc_init()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_state.c | 430 ipftq_t *ifq, *ifqnext; local 3041 ipftq_t *ifq; local 3322 ipftq_t *ifq; local 3747 ipftq_t *ifq, *ifqnext; local 3822 ipftq_t *ifq; local
|
| H A D | fil.c | 5752 ipftq_t *ifq; local 5806 ipf_deletetimeoutqueue(ifq) in ipf_deletetimeoutqueue() argument 5833 ipf_freetimeoutqueue(softc, ifq) in ipf_freetimeoutqueue() argument 5875 ipftq_t *ifq; local 5910 ipftq_t *ifq; local 5948 ipftq_t *ifq; local 5989 ipf_queueappend(ticks, tqe, ifq, parent) in ipf_queueappend() argument 9003 ipftq_t *ifq, *ifqnext; local
|
| H A D | ip_nat.c | 530 ipftq_t *ifq, *ifqnext; local 4787 ipftq_t *ifq, *ifq2; local 5882 ipftq_t *ifq, *ifqnext; local 6755 ipftq_t *ifq; local
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.c | 413 ieee80211_drain_ifq(struct ifqueue *ifq) in ieee80211_drain_ifq() 433 ieee80211_flush_ifq(struct ifqueue *ifq, struct ieee80211vap *vap) in ieee80211_flush_ifq()
|
| H A D | ieee80211_freebsd.h | 157 #define _IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument 164 #define IF_PREPEND_LIST(ifq, mhead, mtail, mcount) do { \ argument
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_source.c | 729 struct ifqueue *ifq; in ng_source_intr() local
|