Searched refs:udp_cfg (Results 1 – 2 of 2) sorted by relevance
277 struct udp_port_cfg udp_cfg = { }; in rxe_setup_udp_tunnel() local281 udp_cfg.family = AF_INET6; in rxe_setup_udp_tunnel()282 udp_cfg.ipv6_v6only = 1; in rxe_setup_udp_tunnel()284 udp_cfg.family = AF_INET; in rxe_setup_udp_tunnel()287 udp_cfg.local_udp_port = port; in rxe_setup_udp_tunnel()290 err = udp_sock_create(net, &udp_cfg, &sock); in rxe_setup_udp_tunnel()
1514 struct udp_tunnel_sock_cfg udp_cfg = { in l2tp_tunnel_register() local1521 setup_udp_tunnel_sock(net, sock, &udp_cfg); in l2tp_tunnel_register()