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

/linux-master/samples/bpf/
H A Dxdp_sample_user.c117 __u64 drop_xmit; member in struct:sample_output::__anon3779
995 out->totals.drop_xmit += drop;
1055 out->totals.drop_xmit += drop;
1114 out->totals.err + out->totals.drop + out->totals.drop_xmit,
1347 if (sample_out.totals.drop_xmit)
1349 sample_out.totals.drop_xmit);
1431 sample_out.totals.drop_xmit += out->totals.drop_xmit;

Completed in 138 milliseconds