Searched refs:ifindex_leaf_t (Results 1 – 1 of 1) sorted by relevance
6 struct ifindex_leaf_t { struct15 BPF_HASH(egress, int, struct ifindex_leaf_t, 4096); argument18 BPF_HASH(ingress, u64, struct ifindex_leaf_t, 4096);28 struct ifindex_leaf_t *leaf = ingress.lookup(&src_mac); in handle_phys2virt()34 struct ifindex_leaf_t zleaf = {0}; in handle_phys2virt()35 struct ifindex_leaf_t *out_leaf = egress.lookup_or_init(&out_ifindex, &zleaf); in handle_phys2virt()53 struct ifindex_leaf_t *leaf = egress.lookup(&src_ifindex); in handle_virt2phys()