Searched refs:tuncfg (Results 1 – 1 of 1) sorted by relevance
355 struct udp_tunnel_sock_cfg tuncfg = {NULL}; in tipc_udp_enable() local402 tuncfg.sk_user_data = ub; in tipc_udp_enable()403 tuncfg.encap_type = 1; in tipc_udp_enable()404 tuncfg.encap_rcv = tipc_udp_recv; in tipc_udp_enable()405 tuncfg.encap_destroy = NULL; in tipc_udp_enable()406 setup_udp_tunnel_sock(net, ub->ubsock, &tuncfg); in tipc_udp_enable()