Searched refs:bpf_dtab_netdev (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | devmap.c | 65 struct bpf_dtab_netdev { struct 76 struct bpf_dtab_netdev __rcu **netdev_map; /* DEVMAP type only */ argument 149 sizeof(struct bpf_dtab_netdev *), in dev_map_init_map() 207 struct bpf_dtab_netdev *dev; in dev_map_free() 225 struct bpf_dtab_netdev *dev; in dev_map_free() 268 struct bpf_dtab_netdev *dev; in __dev_map_hash_lookup_elem() 283 struct bpf_dtab_netdev *dev, *next_dev; in dev_map_hash_get_next_key() 297 struct bpf_dtab_netdev, index_hlist); in dev_map_hash_get_next_key() 312 struct bpf_dtab_netdev, in dev_map_hash_get_next_key() 432 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() [all …]
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2355 struct bpf_dtab_netdev; 2361 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, 2365 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, 2581 struct bpf_dtab_netdev; 2592 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 2607 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, in dev_map_generic_redirect()
|