Searched refs:bpf_devmap_val (Results 1 – 11 of 11) sorted by relevance
17 The user provides either <``key``/ ``ifindex``> or <``key``/ ``struct bpf_devmap_val``>86 can be ``struct bpf_devmap_val`` or a simple ``int ifindex`` for backwards91 struct bpf_devmap_val {105 to ``struct bpf_devmap_val``. Programs are run after ``XDP_REDIRECT`` and have162 __type(value, struct bpf_devmap_val);168 The value type in the DEVMAP above is a ``struct bpf_devmap_val``222 struct bpf_devmap_val devmap_val = { .ifindex = redirect_ifindex };
20 struct bpf_devmap_val val = { in test_xdp_with_devmap_helpers()114 struct bpf_devmap_val val = { in test_xdp_with_devmap_frags_helpers()157 struct bpf_devmap_val val = {}; in test_xdp_with_devmap_helpers_veth()
347 struct bpf_devmap_val devmap_val = {}; in xdp_veth_broadcast_redirect()463 struct bpf_devmap_val devmap_val = {}; in xdp_veth_egress()
8 __uint(value_size, sizeof(struct bpf_devmap_val));
25 __uint(value_size, sizeof(struct bpf_devmap_val));
57 __uint(value_size, sizeof(struct bpf_devmap_val));
71 struct bpf_devmap_val val;118 (valsize != offsetofend(struct bpf_devmap_val, ifindex) && in dev_map_alloc_check()119 valsize != offsetofend(struct bpf_devmap_val, bpf_prog.fd)) || in dev_map_alloc_check()861 struct bpf_devmap_val *val, in __dev_map_alloc_node()912 struct bpf_devmap_val val = {}; in __dev_map_update_elem()961 struct bpf_devmap_val val = {}; in __dev_map_hash_update_elem()
286 struct bpf_devmap_val entry = { in dut_attach_xdp_prog()
6486 struct bpf_devmap_val { struct