Searched refs:xdp_features (Results 1 – 25 of 46) sorted by relevance
12
41 ss -tlp | grep -q xdp_features50 ./xdp_features -f XDP_PASS -D $V1_IP6 -T $V0_IP6 v1 &52 ip netns exec ${NS} ./xdp_features -t -f XDP_PASS \60 ip netns exec ${NS} ./xdp_features -t -f XDP_DROP \67 ./xdp_features -f XDP_ABORTED -D $V1_IP6 -T $V0_IP6 v1 &69 ip netns exec ${NS} ./xdp_features -t -f XDP_ABORTED \75 ./xdp_features -f XDP_TX -D ::ffff:$V1_IP4 -T ::ffff:$V0_IP4 v1 &77 ip netns exec ${NS} ./xdp_features -t -f XDP_TX \84 ./xdp_features -f XDP_REDIRECT -D $V1_IP6 -T $V0_IP6 v1 &86 ip netns exec ${NS} ./xdp_features -t -f XDP_REDIRECT \[all …]
267 static int dut_attach_xdp_prog(struct xdp_features *skel, int flags) in dut_attach_xdp_prog()350 static int dut_run(struct xdp_features *skel) in dut_run()481 static bool tester_collect_detected_cap(struct xdp_features *skel, in tester_collect_detected_cap()557 static int tester_run(struct xdp_features *skel) in tester_run()639 struct xdp_features *skel; in main()
51 xdp_features
89 xdp_features414 xdp_features.skel.h-deps := xdp_features.bpf.o618 $(OUTPUT)/xdp_features: xdp_features.c $(OUTPUT)/network_helpers.o $(OUTPUT)/xdp_features.skel.h | …
779 dev->xdp_features |= NETDEV_XDP_ACT_NDO_XMIT; in xdp_features_set_redirect_target()781 dev->xdp_features |= NETDEV_XDP_ACT_NDO_XMIT_SG; in xdp_features_set_redirect_target()789 dev->xdp_features &= ~(NETDEV_XDP_ACT_NDO_XMIT | in xdp_features_clear_redirect_target()
23 netdev->xdp_features, NETDEV_A_DEV_PAD)) { in netdev_nl_dev_fill()
477 if (!(dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT)) in __xdp_enqueue()480 if (unlikely(!(dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT_SG) && in __xdp_enqueue()542 if (!(obj->dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT)) in is_valid_dst()545 if (unlikely(!(obj->dev->xdp_features & NETDEV_XDP_ACT_NDO_XMIT_SG) && in is_valid_dst()
289 dev->xdp_features = NETDEV_XDP_ACT_HW_OFFLOAD; in nsim_setup()
185 if ((netdev->xdp_features & NETDEV_XDP_ACT_ZC) != NETDEV_XDP_ACT_ZC) { in xp_assign_dev()
2538 netdev->xdp_features = NETDEV_XDP_ACT_BASIC; in nfp_net_netdev_init()2540 netdev->xdp_features |= NETDEV_XDP_ACT_HW_OFFLOAD; in nfp_net_netdev_init()2546 netdev->xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in nfp_net_netdev_init()
1461 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in cpsw_probe_dual_emac()1640 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in cpsw_probe()
1408 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | in cpsw_create_ports()
1010 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in efx_pci_probe_post_io()
1031 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in efx_pci_probe_post_io()
827 dev->xdp_features = NETDEV_XDP_ACT_BASIC | in lan966x_probe_port()
810 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in enetc_pf_netdev_setup()
387 self->ndev->xdp_features = NETDEV_XDP_ACT_BASIC | in aq_nic_ndev_init()
1690 dev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in veth_setup()
3925 dev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT; in virtnet_probe()3956 dev->xdp_features |= NETDEV_XDP_ACT_RX_SG; in virtnet_probe()
1744 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in xennet_create_dev()
2107 ndev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in netsec_probe()
1929 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT | in tsnep_probe()
2221 netdev->xdp_features = NETDEV_XDP_ACT_BASIC; in nicvf_probe()
1773 netdev->xdp_features = NETDEV_XDP_ACT_BASIC | NETDEV_XDP_ACT_REDIRECT; in fun_create_netdev()
4599 net_dev->xdp_features = NETDEV_XDP_ACT_BASIC | in dpaa2_eth_netdev_init()4604 net_dev->xdp_features |= NETDEV_XDP_ACT_XSK_ZEROCOPY; in dpaa2_eth_netdev_init()
Completed in 90 milliseconds