Lines Matching full:xdp
29 | *ATTACH_TYPE* := { **xdp** | **xdpgeneric** | **xdpdrv** | **xdpoffload** }
36 Currently, only device driver xdp attachments and tc filter
47 The current output will start with all xdp program attachments, followed by
48 all tc class/qdisc bpf program attachments. Both xdp programs and
59 Currently, only XDP-related modes are supported for *ATTACH_TYPE*.
62 … **xdp** - try native XDP and fallback to generic XDP if NIC driver does not support it;
63 …**xdpgeneric** - Generic XDP. runs at generic XDP hook when packet already enters receive path as …
64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path;
65 **xdpoffload** - Offload XDP. runs directly on NIC on each packet reception;
71 Currently, only XDP-related modes are supported for *ATTACH_TYPE*.
87 xdp:
103 "xdp": [{
154 xdp:
164 xdp:
174 xdp: