Searched refs:udp4_sock (Results 1 – 2 of 2) sorted by relevance
29 struct sock *udp4_sock; member
884 net->sctp.udp4_sock = sock->sk; in sctp_udp_sock_start()897 udp_tunnel_sock_release(net->sctp.udp4_sock->sk_socket); in sctp_udp_sock_start()898 net->sctp.udp4_sock = NULL; in sctp_udp_sock_start()914 if (net->sctp.udp4_sock) { in sctp_udp_sock_stop()915 udp_tunnel_sock_release(net->sctp.udp4_sock->sk_socket); in sctp_udp_sock_stop()916 net->sctp.udp4_sock = NULL; in sctp_udp_sock_stop()
Completed in 6 milliseconds