/src/sys/altq/ |
altq_wfq.h | 116 struct ifaltq *ifq; member in struct:wfqstate
|
/src/sys/net/ |
if_sl.c | 477 struct ifqueue *ifq = NULL; local in function:sloutput 529 ifq = &sc->sc_fastq; 531 if ((error = ifq_enqueue2(ifp, ifq, m)) != 0) {
|
if_l2tp.c | 379 struct ifqueue *ifq; local in function:l2tp_tx_enqueue 388 ifq = l2tp_ifq_percpu_getref(sc->l2tp_ifq_percpu); 389 if (IF_QFULL(ifq)) { 397 IF_ENQUEUE(ifq, m); 502 struct ifqueue *ifq; local in function:l2tpintr 512 ifq = l2tp_ifq_percpu_getref(sc->l2tp_ifq_percpu); 513 IF_PURGE(ifq); 521 ifq = l2tp_ifq_percpu_getref(sc->l2tp_ifq_percpu); 523 IF_DEQUEUE(ifq, m);
|
if_ppp.c | 876 struct ifqueue *ifq; local in function:pppoutput 1019 ifq = (m0->m_flags & M_HIGHPRI) ? &sc->sc_fastq : NULL; 1020 if ((error = ifq_enqueue2(&sc->sc_if, ifq, m0)) != 0) { 1047 struct ifqueue *ifq; local in function:ppp_requeue 1071 ifq = (m->m_flags & M_HIGHPRI) ? &sc->sc_fastq : NULL; 1072 if ((error = ifq_enqueue2(&sc->sc_if, ifq, m)) != 0) { 1741 /* ifq: other protocol cases */
|
if.c | 856 struct ifqueue *const ifq = p; local in function:if_percpuq_init_ifq 858 memset(ifq, 0, sizeof(*ifq)); 859 ifq->ifq_maxlen = IFQ_MAXLEN; 885 struct ifqueue *ifq; local in function:if_percpuq_dequeue 888 ifq = percpu_getref(ipq->ipq_ifqs); 889 IF_DEQUEUE(ifq, m); 899 struct ifqueue *const ifq = p; local in function:if_percpuq_purge_ifq 901 IF_PURGE(ifq); 921 struct ifqueue *ifq; local in function:if_percpuq_enqueue 945 struct ifqueue *const ifq = p; local in function:if_percpuq_drops [all...] |
if_spppsubr.c | 808 struct ifqueue *ifq = NULL; /* XXX */ local in function:sppp_output 908 ifq = &sp->pp_fastq; 1025 error = ifq_enqueue2(ifp, ifq, m);
|
/src/sys/dev/ic/ |
hd64570.c | 799 struct ifqueue *ifq = NULL; local in function:sca_output 825 ifq = &((sca_port_t *)ifp->if_softc)->fastq; 871 if (ifq != NULL) { 872 if (IF_QFULL(ifq)) { 873 IF_DROP(ifq); 877 IF_ENQUEUE(ifq, m);
|
/src/usr.bin/netstat/ |
main.c | 768 struct ifqueue intrq, *ifq = &intrq; local in function:print_softintrq 777 kread(off, (char *)ifq, sizeof(*ifq)); 779 printf("\tqueue length: %d\n", ifq->ifq_len); 780 printf("\tmaximum queue length: %d\n", ifq->ifq_maxlen); 781 printf("\tpackets dropped: %" PRIu64 "\n", ifq->ifq_drops);
|
/src/sys/dev/pci/igc/ |
if_igc.h | 286 struct ifqueue *ifq; member in struct:tx_ring
|
/src/sys/external/bsd/ipf/netinet/ |
ip_state.c | 430 ipftq_t *ifq, *ifqnext; local in function:ipf_state_soft_fini 443 for (ifq = softs->ipf_state_usertq; ifq != NULL; ifq = ifqnext) { 444 ifqnext = ifq->ifq_next; 446 if (ipf_deletetimeoutqueue(ifq) == 0) 447 ipf_freetimeoutqueue(softc, ifq); 2977 ipftq_t *ifq; local in function:ipf_state_lookup 2981 ifq = NULL; 3045 ifq = &softs->ipf_state_icmpacktq 3256 ipftq_t *ifq; local in function:ipf_state_check 3671 ipftq_t *ifq, *ifqnext; local in function:ipf_state_expire 3744 ipftq_t *ifq; local in function:ipf_state_flush [all...] |
ip_nat.c | 535 ipftq_t *ifq, *ifqnext; local in function:ipf_nat_soft_fini 547 for (ifq = softn->ipf_nat_utqe; ifq != NULL; ifq = ifqnext) { 548 ifqnext = ifq->ifq_next; 549 if (ipf_deletetimeoutqueue(ifq) == 0) 550 ipf_freetimeoutqueue(softc, ifq); 4721 ipftq_t *ifq, *ifq2; local in function:ipf_nat_update 4726 ifq = tqe->tqe_ifq; 4756 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2) 5801 ipftq_t *ifq, *ifqnext; local in function:ipf_nat_expire 6668 ipftq_t *ifq; local in function:ipf_nat_extraflush [all...] |
fil.c | 5615 ipftq_t *ifq; local in function:ipf_addtimeoutqueue 5621 for (ifq = *parent; ifq != NULL; ifq = ifq->ifq_next) { 5622 if (ifq->ifq_ttl == period) { 5627 MUTEX_ENTER(&ifq->ifq_lock); 5628 ifq->ifq_flags &= ~IFQF_DELETE; 5629 ifq->ifq_ref++; 5630 MUTEX_EXIT(&ifq->ifq_lock) 5734 ipftq_t *ifq; local in function:ipf_deletequeueentry 5768 ipftq_t *ifq; local in function:ipf_queuefront 5804 ipftq_t *ifq; local in function:ipf_queueback 8735 ipftq_t *ifq, *ifqnext; local in function:ipf_queueflush [all...] |
/src/sys/dev/pci/ |
mpii.c | 1255 struct mpii_msg_iocfacts_request ifq; local in function:mpii_iocfacts 1263 memset(&ifq, 0, sizeof(ifq)); 1266 ifq.function = MPII_FUNCTION_IOC_FACTS; 1268 if (mpii_handshake_send(sc, &ifq, dwordsof(ifq)) != 0) { 2171 struct mpii_msg_iocfacts_request ifq; local in function:mpii_board_info 2176 memset(&ifq, 0, sizeof(ifq)); 2179 ifq.function = MPII_FUNCTION_IOC_FACTS [all...] |