Home
last modified time | relevance | path

Searched defs:DROP (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py34 DROP = 1 # Drop the packet variable in XDPAction
44 DROP = 2 # Count of packets dropped variable in XDPStats
/linux/drivers/net/ethernet/arc/
H A Demac.h44 #define DROP (1 << 23) macro
/linux/samples/bpf/
H A Dxdp_sample_user.c61 #define DROP(drop) drop, "drop/s" macro