Searched defs:xdp (Results 1 – 6 of 6) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_xdp_redirect.c | 18 int xdp_redirect_to_111(struct xdp_md *xdp) in xdp_redirect_to_111() 23 int xdp_redirect_to_222(struct xdp_md *xdp) in xdp_redirect_to_222()
|
D | test_xdp.c | 80 static __always_inline int handle_ipv4(struct xdp_md *xdp) in handle_ipv4() 153 static __always_inline int handle_ipv6(struct xdp_md *xdp) in handle_ipv6() 214 int _xdp_tx_iptunnel(struct xdp_md *xdp) in _xdp_tx_iptunnel()
|
D | test_adjust_tail.c | 15 int _xdp_adjust_tail(struct xdp_md *xdp) in _xdp_adjust_tail()
|
D | test_xdp_noinline.c | 289 bool encap_v6(struct xdp_md *xdp, struct ctl_value *cval, in encap_v6() 332 bool encap_v4(struct xdp_md *xdp, struct ctl_value *cval, in encap_v4() 386 bool decap_v6(struct xdp_md *xdp, void **data, void **data_end, bool inner_v4) in decap_v6() 407 bool decap_v4(struct xdp_md *xdp, void **data, void **data_end) in decap_v4() 703 bool is_ipv6, struct xdp_md *xdp) in process_packet()
|
D | test_offload.py | 412 def ip_link_show(self, xdp): argument 936 xdp = sim.ip_link_show(xdp=True)["xdp"] variable 969 xdp = sim.ip_link_show(xdp=True)["xdp"] variable
|
/external/iproute2/ip/ |
D | iplink_xdp.c | 30 struct xdp_req *xdp = raw; in xdp_ebpf_cb() local 45 static int xdp_delete(struct xdp_req *xdp) in xdp_delete() 58 struct xdp_req xdp = { in xdp_parse() local 101 void xdp_dump(FILE *fp, struct rtattr *xdp, bool link, bool details) in xdp_dump()
|