Searched refs:bpf_dtab_netdev (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | devmap.c | 65 struct bpf_dtab_netdev { struct 77 struct bpf_dtab_netdev __rcu **netdev_map; /* DEVMAP type only */ argument 149 sizeof(struct bpf_dtab_netdev *), in dev_map_init_map() 210 struct bpf_dtab_netdev *dev; in dev_map_free() 228 struct bpf_dtab_netdev *dev; in dev_map_free() 271 struct bpf_dtab_netdev *dev; in __dev_map_hash_lookup_elem() 286 struct bpf_dtab_netdev *dev, *next_dev; in dev_map_hash_get_next_key() 300 struct bpf_dtab_netdev, index_hlist); in dev_map_hash_get_next_key() 315 struct bpf_dtab_netdev, in dev_map_hash_get_next_key() 432 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() [all …]
|
/Linux-v6.1/include/linux/ |
D | bpf.h | 1963 struct bpf_dtab_netdev; 1969 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, 1973 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, 2180 struct bpf_dtab_netdev; 2191 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 2206 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, in dev_map_generic_redirect()
|