Searched defs:netkit_link (Results 1 – 1 of 1) sorted by relevance
31 struct netkit_link { struct32 struct bpf_link link;33 struct net_device *dev;34 u32 location;612 static struct netkit_link *netkit_link(const struct bpf_link *link) in netkit_link() function