Home
last modified time | relevance | path

Searched refs:ctl_sock (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/netns/
H A Dsctp.h26 struct sock *ctl_sock; member
/linux/net/sctp/
H A Dsysctl.c505 struct sock *sk = net->sctp.ctl_sock; in proc_sctp_do_auth()
538 struct sock *sk = net->sctp.ctl_sock; in proc_sctp_do_udp_port()
H A Dprotocol.c823 err = inet_ctl_sock_create(&net->sctp.ctl_sock, family, in sctp_ctl_sock_init()
828 err = inet_ctl_sock_create(&net->sctp.ctl_sock, AF_INET, in sctp_ctl_sock_init()
1453 inet_ctl_sock_destroy(net->sctp.ctl_sock); in sctp_ctrlsock_exit()
H A Dsm_statefuns.c354 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1B_init()
722 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1D_ce()
1352 ep = sctp_sk(net->sctp.ctl_sock)->ep; in sctp_sf_send_restart_abort()
1822 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) in sctp_sf_do_5_2_3_initack()
6438 sctp_sk(net->sctp.ctl_sock)); in sctp_ootb_pkt_new()
H A Dinput.c861 ep = sctp_sk(net->sctp.ctl_sock)->ep; in __sctp_rcv_lookup_endpoint()