Home
last modified time | relevance | path

Searched refs:pktq_enqueue (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/sys/net/
H A Dpktqueue.h53 bool pktq_enqueue(pktqueue_t *, struct mbuf *, const u_int);
H A Dif_loop.c366 if (__predict_true(pktq_enqueue(pktq, m, 0))) { in looutput()
424 if (__predict_false(pktq_enqueue(pktq, m, 0))) { in lostart()
H A Dif_faith.c220 if (__predict_true(pktq_enqueue(pktq, m, 0))) { in faithoutput()
H A Dif_mpls.c589 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in mpls_unlabel_inet()
657 if (__predict_false(!pktq_enqueue(ip6_pktq, m, 0))) { in mpls_unlabel_inet6()
H A Dif_arcsubr.c568 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in arc_input()
H A Dif_stf.c659 if (__predict_true(pktq_enqueue(ip6_pktq, m, 0))) { in in_stf_input()
H A Dpktqueue.c416 pktq_enqueue(pktqueue_t *pq, struct mbuf *m, const u_int hash __unused) in pktq_enqueue() function
H A Dif_ethersubr.c622 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in ether_input_llc()
960 if (__predict_false(!pktq_enqueue(pktq, m, h))) { in ether_input()
H A Dif_ieee1394subr.c397 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in ieee1394_input()
H A Dif_wg.c4388 if (__predict_false(!pktq_enqueue(wg_pktq, m, h))) { in wg_ioctl_set_listen_port()
4618 if (__predict_true(pktq_enqueue(pktq, m, h))) { in wg_ioctl_get()
5345 if (__predict_false(!pktq_enqueue(wg_pktq, m, h))) {
H A Dif_sl.c969 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in slintr()
H A Dif_tun.c981 if (__predict_false(!pktq_enqueue(pktq, top, 0))) { in tunwrite()
H A Dif_gif.c726 if (__predict_true(pktq_enqueue(pktq, m, h))) { in gif_input()
H A Dif_gre.c858 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in gre_input()
H A Dif_ppp.c1731 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in ppp_inproc()
H A Dif_ipsec.c755 if (__predict_true(pktq_enqueue(pktq, m, h))) { in if_ipsec_in_enqueue()
/netbsd-src/sys/dev/usb/
H A Dif_upl.c290 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in upl_input()
H A Duhso.c2180 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in uhso_ifnet_input()
/netbsd-src/sys/netipsec/
H A Dxform_ipip.c312 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in _ipip_input()
/netbsd-src/sys/dev/ppbus/
H A Dif_plip.c646 if (__predict_false(!pktq_enqueue(ip_pktq, top, 0))) { in lp_intr()
/netbsd-src/sys/dev/qbus/
H A Dif_dmc.c638 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in dmcxint()
/netbsd-src/sys/netcan/
H A Dcan.c302 if (__predict_false(!pktq_enqueue(can_pktq, m, 0))) { in can_input()
/netbsd-src/sys/dev/ic/
H A Dhd64570.c1692 if (__predict_false(!pktq_enqueue(pktq, m, 0))) { in sca_frame_process()
/netbsd-src/share/man/man9/
H A DMakefile718 pktqueue.9 pktq_enqueue.9 \
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c1993 if (__predict_false(!pktq_enqueue(ip_pktq, m, 0))) { in ipf_inject()

12