Searched refs:udp4_sock (Results 1 – 2 of 2) sorted by relevance
26 struct sock *udp4_sock; member
878 net->sctp.udp4_sock = sock->sk; in sctp_udp_sock_start()891 udp_tunnel_sock_release(net->sctp.udp4_sock->sk_socket); in sctp_udp_sock_start()892 net->sctp.udp4_sock = NULL; in sctp_udp_sock_start()908 if (net->sctp.udp4_sock) { in sctp_udp_sock_stop()909 udp_tunnel_sock_release(net->sctp.udp4_sock->sk_socket); in sctp_udp_sock_stop()910 net->sctp.udp4_sock = NULL; in sctp_udp_sock_stop()
Completed in 8 milliseconds