Searched defs:netkit_link (Results 1 – 1 of 1) sorted by relevance
32 struct netkit_link { struct33 struct bpf_link link;34 struct net_device *dev;35 u32 location;620 static struct netkit_link *netkit_link(const struct bpf_link *link) in netkit_link() function