Home
last modified time | relevance | path

Searched refs:out_ifindex (Results 1 – 1 of 1) sorted by relevance

/external/bcc/examples/networking/vlan_learning/
Dvlan_learning.c7 int out_ifindex; member
33 int out_ifindex = leaf->out_ifindex; in handle_phys2virt() local
35 struct ifindex_leaf_t *out_leaf = egress.lookup_or_init(&out_ifindex, &zleaf); in handle_phys2virt()
37 out_leaf->out_ifindex = skb->ifindex; in handle_phys2virt()
42 bpf_clone_redirect(skb, leaf->out_ifindex, 0); in handle_phys2virt()
58 bpf_clone_redirect(skb, leaf->out_ifindex, 0); in handle_virt2phys()