Searched defs:netkit_link (Results 1 – 1 of 1) sorted by relevance
34 struct netkit_link { struct35 struct bpf_link link;36 struct net_device *dev;621 static struct netkit_link *netkit_link(const struct bpf_link *link) in netkit_link() function