Searched refs:ctl_sock (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/um/drivers/ |
H A D | daemon_kern.c | 16 char *ctl_sock; member 28 dpri->ctl_sock = init->ctl_sock; in daemon_init() 38 SWITCH_VERSION, dpri->sock_type, dpri->ctl_sock); in daemon_init() 68 .ctl_sock = CONFIG_UML_NET_DAEMON_DEFAULT_SOCK }); in daemon_setup() 70 remain = split_if_spec(str, mac_out, &init->sock_type, &init->ctl_sock, in daemon_setup()
|
H A D | daemon.h | 15 char *ctl_sock; member
|
H A D | daemon_user.c | 137 pri->ctl_addr = new_addr(pri->ctl_sock, in daemon_user_init() 138 strlen(pri->ctl_sock) + 1); in daemon_user_init()
|
/openbmc/linux/include/net/netns/ |
H A D | sctp.h | 26 struct sock *ctl_sock; member
|
/openbmc/linux/net/sctp/ |
H A D | sysctl.c | 519 struct sock *sk = net->sctp.ctl_sock; in proc_sctp_do_auth() 550 struct sock *sk = net->sctp.ctl_sock; in proc_sctp_do_udp_port()
|
H A D | protocol.c | 838 err = inet_ctl_sock_create(&net->sctp.ctl_sock, family, in sctp_ctl_sock_init() 843 err = inet_ctl_sock_create(&net->sctp.ctl_sock, AF_INET, in sctp_ctl_sock_init() 1473 inet_ctl_sock_destroy(net->sctp.ctl_sock); in sctp_ctrlsock_exit()
|
H A D | sm_statefuns.c | 352 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1B_init() 720 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) { in sctp_sf_do_5_1D_ce() 1349 ep = sctp_sk(net->sctp.ctl_sock)->ep; in sctp_sf_send_restart_abort() 1819 if (ep == sctp_sk(net->sctp.ctl_sock)->ep) in sctp_sf_do_5_2_3_initack() 6435 sctp_sk(net->sctp.ctl_sock)); in sctp_ootb_pkt_new()
|
H A D | input.c | 861 ep = sctp_sk(net->sctp.ctl_sock)->ep; in __sctp_rcv_lookup_endpoint()
|