Home
last modified time | relevance | path

Searched refs:drops (Results 1 – 1 of 1) sorted by relevance

/samples/bpf/
Dxdp_sample.bpf.c129 unsigned int drops, int to_cpu) in BPF_PROG() argument
143 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
157 unsigned int drops, int sched, struct xdp_cpumap_stats *xdp_stats) in BPF_PROG() argument
170 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
207 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument
226 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
231 if (err || drops < 0) in BPF_PROG()
238 const struct net_device *to_dev, int sent, int drops, int err) in BPF_PROG() argument
261 NO_TEAR_ADD(rec->dropped, drops); in BPF_PROG()
263 if (err || drops < 0) in BPF_PROG()