Searched refs:bpf_dtab_netdev (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | devmap.c | 64 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() 209 struct bpf_dtab_netdev *dev; in dev_map_free() 227 struct bpf_dtab_netdev *dev; in dev_map_free() 270 struct bpf_dtab_netdev *dev; in __dev_map_hash_lookup_elem() 285 struct bpf_dtab_netdev *dev, *next_dev; in dev_map_hash_get_next_key() 299 struct bpf_dtab_netdev, index_hlist); in dev_map_hash_get_next_key() 314 struct bpf_dtab_netdev, in dev_map_hash_get_next_key() 431 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() [all …]
|
| /Linux-v5.15/include/linux/ |
| D | bpf.h | 1594 struct bpf_dtab_netdev; 1600 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_buff *xdp, 1604 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, 1759 struct bpf_dtab_netdev; 1770 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_buff *xdp, in dev_map_enqueue() 1785 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, in dev_map_generic_redirect()
|