Searched defs:net (Results 1 – 6 of 6) sorted by relevance
/kernel/bpf/ |
D | net_namespace.c | 22 struct net *net; member 56 static void netns_bpf_run_array_detach(struct net *net, in netns_bpf_run_array_detach() 66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index() 80 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count() 90 static void fill_prog_array(struct net *net, enum netns_bpf_attach_type type, in fill_prog_array() 108 struct net *net; in bpf_netns_link_release() local 172 struct net *net; in bpf_netns_link_update_prog() local 210 struct net *net; in bpf_netns_link_fill_info() local 248 struct net *net, in __netns_bpf_prog_query() 275 struct net *net; in netns_bpf_prog_query() local [all …]
|
D | offload.c | 270 struct net *net; in bpf_prog_offload_info_fill_ns() local 361 struct net *net = current->nsproxy->net_ns; in bpf_map_offload_map_alloc() local 497 struct net *net; in bpf_map_offload_info_fill_ns() local
|
D | devmap.c | 839 static struct bpf_dtab_netdev *__dev_map_alloc_node(struct net *net, in __dev_map_alloc_node() 888 static int __dev_map_update_elem(struct net *net, struct bpf_map *map, in __dev_map_update_elem() 935 static int __dev_map_hash_update_elem(struct net *net, struct bpf_map *map, in __dev_map_hash_update_elem()
|
D | cgroup.c | 2281 const struct net *net = ctx ? sock_net(ctx->sk) : &init_net; in BPF_CALL_1() local
|
/kernel/ |
D | audit.c | 108 struct net *net; member 207 struct net *net; member 291 static struct sock *audit_get_sk(const struct net *net) in audit_get_sk() 498 static int auditd_set(struct pid *pid, u32 portid, struct net *net, in auditd_set() 692 struct net *net; in auditd_send_unicast_skb() local 846 struct net *net = NULL; in kauditd_thread() local 1631 static int audit_multicast_bind(struct net *net, int group) in audit_multicast_bind() 1641 static void audit_multicast_unbind(struct net *net, int group) in audit_multicast_unbind() 1646 static int __net_init audit_net_init(struct net *net) in audit_net_init() 1669 static void __net_exit audit_net_exit(struct net *net) in audit_net_exit()
|
D | audit.h | 242 struct net *net; member
|