Searched refs:tuncfg (Results 1 – 1 of 1) sorted by relevance
659 struct udp_tunnel_sock_cfg tuncfg = {NULL}; in tipc_udp_enable() local757 tuncfg.sk_user_data = ub; in tipc_udp_enable()758 tuncfg.encap_type = 1; in tipc_udp_enable()759 tuncfg.encap_rcv = tipc_udp_recv; in tipc_udp_enable()760 tuncfg.encap_destroy = NULL; in tipc_udp_enable()761 setup_udp_tunnel_sock(net, ub->ubsock, &tuncfg); in tipc_udp_enable()