Searched refs:tuncfg (Results 1 – 1 of 1) sorted by relevance
348 struct udp_tunnel_sock_cfg tuncfg = {NULL}; in tipc_udp_enable() local395 tuncfg.sk_user_data = ub; in tipc_udp_enable()396 tuncfg.encap_type = 1; in tipc_udp_enable()397 tuncfg.encap_rcv = tipc_udp_recv; in tipc_udp_enable()398 tuncfg.encap_destroy = NULL; in tipc_udp_enable()399 setup_udp_tunnel_sock(net, ub->ubsock, &tuncfg); in tipc_udp_enable()