Searched defs:bpf_dtab (Results 1 – 2 of 2) sorted by relevance
76 struct bpf_dtab { struct78 struct bpf_dtab_netdev __rcu **netdev_map; /* DEVMAP type only */ argument79 struct list_head list;105 static inline struct hlist_head *dev_map_index_hash(struct bpf_dtab *dtab, in dev_map_index_hash() argument
408 struct bpf_dtab { struct421 struct bpf_dtab *devmap = (struct bpf_dtab *)&m_devmap; in check_devmap() argument