Lines Matching defs:net
120 struct net *net; /* netns for packet i/o */ member
240 static inline struct hlist_head *vs_head(struct net *net, __be16 port) in vs_head()
263 static struct vxlan_sock *vxlan_find_sock(struct net *net, sa_family_t family, in vxlan_find_sock()
292 static struct vxlan_dev *vxlan_find_vni(struct net *net, u32 id, in vxlan_find_vni()
389 struct net *net = dev_net(vxlan->dev); in vxlan_fdb_notify() local
660 struct net *net = sock_net(sk); in vxlan_notify_add_rx_port() local
685 struct net *net = sock_net(sk); in vxlan_notify_del_rx_port() local
813 struct net *net = dev_net(vxlan->dev); in vxlan_fdb_parse() local
1068 struct net *net = sock_net(sk); in vxlan_sock_release() local
2324 struct net *net = dev_net(dev); in vxlan_get_rx_port() local
2472 static struct socket *vxlan_create_sock(struct net *net, bool ipv6, in vxlan_create_sock()
2500 static struct vxlan_sock *vxlan_socket_create(struct net *net, __be16 port, in vxlan_socket_create()
2555 struct vxlan_sock *vxlan_sock_add(struct net *net, __be16 port, in vxlan_sock_add()
2939 static __net_init int vxlan_init_net(struct net *net) in vxlan_init_net()
2953 static void __net_exit vxlan_exit_net(struct net *net) in vxlan_exit_net()