Home
last modified time | relevance | path

Searched refs:vxlan_sock (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_multicast.c26 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_igmp_join()
38 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_igmp_join()
60 struct vxlan_sock *sock4 = rtnl_dereference(vxlan->vn4_sock); in vxlan_igmp_leave()
72 struct vxlan_sock *sock6 = rtnl_dereference(vxlan->vn6_sock); in vxlan_igmp_leave()
131 struct vxlan_sock *sock4; in vxlan_group_used()
133 struct vxlan_sock *sock6; in vxlan_group_used()
A Dvxlan_private.h46 static inline struct hlist_head *vni_head(struct vxlan_sock *vs, __be32 vni) in vni_head()
144 struct vxlan_sock *vs,
A Dvxlan_core.c128 struct vxlan_sock *vs; in vxlan_find_sock()
187 struct vxlan_sock *vs; in vxlan_find_vni()
708 struct vxlan_sock *vs = rcu_dereference_sk_user_data(sk); in vxlan_gro_receive()
1605 struct vxlan_sock *vs, in vxlan_set_mac()
1666 struct vxlan_sock *vs; in vxlan_rcv()
1800 struct vxlan_sock *vs; in vxlan_err_lookup()
2240 struct vxlan_sock *sock4, in vxlan_get_route()
2293 struct vxlan_sock *sock6, in vxlan6_get_route()
3136 struct vxlan_sock *vs; in vxlan_offload_rx_ports()
3385 struct vxlan_sock *vs; in vxlan_socket_create()
[all …]
A Dvxlan_vnifilter.c45 struct vxlan_sock *vs; in vxlan_vs_add_del_vninode()
75 struct vxlan_sock *vs, in vxlan_vs_add_vnigrp()
/linux-6.3-rc2/include/net/
A Dvxlan.h185 struct vxlan_sock { struct
287 struct vxlan_sock __rcu *vn4_sock; /* listening socket for IPv4 */
289 struct vxlan_sock __rcu *vn6_sock; /* listening socket for IPv6 */
430 static inline unsigned short vxlan_get_sk_family(struct vxlan_sock *vs) in vxlan_get_sk_family()

Completed in 17 milliseconds