Searched defs:xdp (Results 1 – 6 of 6) sorted by relevance
/net/xdp/ |
D | xsk.c | 141 static int __xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv() 179 static int __xsk_rcv_zc(struct xdp_sock *xs, struct xdp_buff *xdp, u32 len) in __xsk_rcv_zc() 199 int xsk_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_rcv() 221 int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv()
|
/net/core/ |
D | xdp.c | 415 void xdp_return_buff(struct xdp_buff *xdp) in xdp_return_buff() 467 struct xdp_frame *xdp_convert_zc_to_xdp_frame(struct xdp_buff *xdp) in xdp_convert_zc_to_xdp_frame()
|
D | filter.c | 3376 static unsigned long xdp_get_metalen(const struct xdp_buff *xdp) in xdp_get_metalen() 3382 BPF_CALL_2(bpf_xdp_adjust_head, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 3410 BPF_CALL_2(bpf_xdp_adjust_tail, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 3434 BPF_CALL_2(bpf_xdp_adjust_meta, struct xdp_buff *, xdp, int, offset) in BPF_CALL_2() argument 3464 struct xdp_buff *xdp, in __bpf_tx_xdp() 3489 xdp_do_redirect_slow(struct net_device *dev, struct xdp_buff *xdp, in xdp_do_redirect_slow() 3516 struct xdp_buff *xdp, in __bpf_tx_xdp_map() 3609 static int xdp_do_redirect_map(struct net_device *dev, struct xdp_buff *xdp, in xdp_do_redirect_map() 3636 int xdp_do_redirect(struct net_device *dev, struct xdp_buff *xdp, in xdp_do_redirect() 3651 struct xdp_buff *xdp, in xdp_do_generic_redirect_map() [all …]
|
D | dev.c | 4244 struct xdp_buff *xdp, in netif_receive_generic_xdp() 4388 struct xdp_buff xdp; in do_xdp_generic() local 5078 static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp) in generic_xdp_install() 8317 struct netdev_bpf xdp; in __dev_xdp_query() local 8335 struct netdev_bpf xdp; in dev_xdp_install() local 8351 struct netdev_bpf xdp; in dev_xdp_uninstall() local
|
D | rtnetlink.c | 1416 struct nlattr *xdp; in rtnl_xdp_fill() local 2698 struct nlattr *xdp[IFLA_XDP_MAX + 1]; in do_setlink() local
|
/net/bpf/ |
D | test_run.c | 348 struct xdp_buff xdp = {}; in bpf_prog_test_run_xdp() local
|