Searched refs:bpf_dtab_netdev (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | devmap.c | 67 struct bpf_dtab_netdev { struct 78 struct bpf_dtab_netdev __rcu **netdev_map; /* DEVMAP type only */ argument 155 sizeof(struct bpf_dtab_netdev *), in dev_map_init_map() 220 struct bpf_dtab_netdev *dev; in dev_map_free() 238 struct bpf_dtab_netdev *dev; in dev_map_free() 281 struct bpf_dtab_netdev *dev; in __dev_map_hash_lookup_elem() 296 struct bpf_dtab_netdev *dev, *next_dev; in dev_map_hash_get_next_key() 310 struct bpf_dtab_netdev, index_hlist); in dev_map_hash_get_next_key() 325 struct bpf_dtab_netdev, in dev_map_hash_get_next_key() 448 struct bpf_dtab_netdev *obj; in __dev_map_lookup_elem() [all …]
|
| /linux/include/linux/ |
| H A D | bpf.h | 2931 struct bpf_dtab_netdev; 2937 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, 2941 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, 3195 struct bpf_dtab_netdev; 3206 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 3221 static inline int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, in dev_map_generic_redirect()
|