Searched refs:encap_rcv (Results 1 – 18 of 18) sorted by relevance
74 udp_sk(sk)->encap_rcv = cfg->encap_rcv; in setup_udp_tunnel_sock()
2135 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb); in udp_queue_rcv_one_skb() local2149 encap_rcv = READ_ONCE(up->encap_rcv); in udp_queue_rcv_one_skb()2150 if (encap_rcv) { in udp_queue_rcv_one_skb()2157 ret = encap_rcv(sk, skb); in udp_queue_rcv_one_skb()2703 up->encap_rcv = ipv6_stub->xfrm6_udp_encap_rcv; in udp_lib_setsockopt()2706 up->encap_rcv = xfrm4_udp_encap_rcv; in udp_lib_setsockopt()
586 tunnel_cfg.encap_rcv = fou_udp_recv; in fou_create()592 tunnel_cfg.encap_rcv = gue_udp_recv; in fou_create()
72 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb); member
706 int (*encap_rcv)(struct sock *sk, struct sk_buff *skb); in udpv6_queue_rcv_one_skb() local720 encap_rcv = READ_ONCE(up->encap_rcv); in udpv6_queue_rcv_one_skb()721 if (encap_rcv) { in udpv6_queue_rcv_one_skb()728 ret = encap_rcv(sk, skb); in udpv6_queue_rcv_one_skb()
84 udp_tunnel_encap_rcv_t encap_rcv; member
139 tuncfg.encap_rcv = rxrpc_input_packet; in rxrpc_open_socket()
356 .encap_rcv = wg_receive in wg_socket_init()
1145 (udp_sk(sk))->encap_rcv = NULL; in l2tp_tunnel_destruct()1506 .encap_rcv = l2tp_udp_encap_recv, in l2tp_tunnel_register()
191 tnl_cfg.encap_rcv = rxe_udp_encap_recv; in rxe_setup_udp_tunnel()
875 tuncfg.encap_rcv = sctp_udp_rcv; in sctp_udp_sock_start()897 tuncfg.encap_rcv = sctp_udp_rcv; in sctp_udp_sock_start()
775 tuncfg.encap_rcv = tipc_udp_recv; in tipc_udp_enable()
254 tunnel_cfg.encap_rcv = bareudp_udp_encap_recv; in bareudp_socket_create()
1011 tuncfg.encap_rcv = gtp_encap_recv; in gtp_create_sock()1237 tuncfg.encap_rcv = gtp_encap_recv; in gtp_encap_enable_socket()
612 tunnel_cfg.encap_rcv = geneve_udp_encap_recv; in geneve_socket_create()
2974 tunnel_cfg.encap_rcv = amt_rcv; in amt_socket_create()
496 encapsulated UDP socket by setting encap_rcv and encap_destroy
3412 tunnel_cfg.encap_rcv = vxlan_rcv; in vxlan_socket_create()