Searched refs:tif (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_tcq.c117 struct tcq_if *tif; local
119 tif = (how == M_WAITOK) ? zalloc(tcq_zone) : zalloc_noblock(tcq_zone);
120 if (tif == NULL)
123 bzero(tif, tcq_size);
124 tif->tif_maxpri = -1;
125 tif->tif_ifq = &ifp->if_snd;
127 tif->tif_flags |= TCQIFF_ALTQ;
131 if_name(ifp), tcq_style(tif));
134 return (tif);
138 tcq_destroy(struct tcq_if *tif) argument
151 tcq_destroy_locked(struct tcq_if *tif) argument
172 tcq_clear_interface(struct tcq_if *tif) argument
189 tcq_purge(struct tcq_if *tif) argument
212 tcq_purge_sc(struct tcq_if *tif, cqrq_purge_sc_t *pr) argument
244 tcq_event(struct tcq_if *tif, cqev_t ev) argument
257 tcq_add_queue(struct tcq_if *tif, int priority, u_int32_t qlimit, int flags, u_int32_t qid, struct tcq_class **clp) argument
283 tcq_class_create(struct tcq_if *tif, int pri, u_int32_t qlimit, int flags, u_int32_t qid) argument
461 tcq_remove_queue(struct tcq_if *tif, u_int32_t qid) argument
474 tcq_class_destroy(struct tcq_if *tif, struct tcq_class *cl) argument
529 tcq_enqueue(struct tcq_if *tif, struct tcq_class *cl, struct mbuf *m, struct pf_mtag *t) argument
588 tcq_dequeue_tc(struct tcq_if *tif, mbuf_svc_class_t sc, cqdq_op_t op) argument
594 tcq_dequeue_cl(struct tcq_if *tif, struct tcq_class *cl, mbuf_svc_class_t sc, cqdq_op_t op) argument
630 struct tcq_if *tif = cl->cl_tif; local
735 tcq_purgeq(struct tcq_if *tif, struct tcq_class *cl, u_int32_t flow, u_int32_t *packets, u_int32_t *bytes) argument
794 tcq_updateq(struct tcq_if *tif, struct tcq_class *cl, cqev_t ev) argument
821 tcq_get_class_stats(struct tcq_if *tif, u_int32_t qid, struct tcq_classstats *sp) argument
861 tcq_clh_to_clp(struct tcq_if *tif, u_int32_t chandle) argument
877 tcq_style(struct tcq_if *tif) argument
933 struct tcq_if *tif = (struct tcq_if *)ifq->ifcq_disc; local
963 struct tcq_if *tif; local
1058 struct tcq_if *tif = ifq->ifcq_disc; local
1079 struct tcq_if *tif = ifq->ifcq_disc; local
1092 tcq_throttle(struct tcq_if *tif, cqrq_throttle_t *tr) argument
1148 tcq_resumeq(struct tcq_if *tif, struct tcq_class *cl) argument
1180 tcq_suspendq(struct tcq_if *tif, struct tcq_class *cl) argument
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c2344 struct ifnet *tif; local
2346 INADDR_TO_IFP(src_ip, tif);
2347 match = (tif != NULL);
2377 struct ifnet *tif; local
2379 INADDR_TO_IFP(dst_ip, tif);
2380 match = (tif != NULL);

Completed in 25 milliseconds