Searched refs:bpf_dtab_netdev (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | devmap.c | 65 struct bpf_dtab_netdev { struct 76 struct bpf_dtab_netdev __rcu **netdev_map; /* DEVMAP type only */ argument 148 sizeof(struct bpf_dtab_netdev *), in dev_map_init_map() 206 struct bpf_dtab_netdev *dev; in dev_map_free() 224 struct bpf_dtab_netdev *dev; in dev_map_free() 267 struct bpf_dtab_netdev *dev; in __dev_map_hash_lookup_elem() 282 struct bpf_dtab_netdev *dev, *next_dev; in dev_map_hash_get_next_key() 296 struct bpf_dtab_netdev, index_hlist); in dev_map_hash_get_next_key() 311 struct bpf_dtab_netdev, in dev_map_hash_get_next_key() 428 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() [all …]
|
/Linux-v6.6/include/linux/ |
D | bpf.h | 2312 struct bpf_dtab_netdev; 2318 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, 2322 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, 2538 struct bpf_dtab_netdev; 2549 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 2564 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, in dev_map_generic_redirect()
|