Searched defs:bpf_netns_link (Results 1 – 1 of 1) sorted by relevance
11 struct bpf_netns_link { struct12 struct bpf_link link;13 enum bpf_attach_type type;14 enum netns_bpf_attach_type netns_type;21 struct net *net;22 struct list_head node; /* node in list of links attached to net */