Home
last modified time | relevance | path

Searched defs:bpf_netns_link (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/bpf/
Dnet_namespace.c11 struct bpf_netns_link { struct
12 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 */
/kernel/linux/linux-6.6/kernel/bpf/
Dnet_namespace.c12 struct bpf_netns_link { struct
13 struct bpf_link link;
14 enum bpf_attach_type type;
15 enum netns_bpf_attach_type netns_type;
22 struct net *net;
23 struct list_head node; /* node in list of links attached to net */