Searched refs:inet_sk_set_state (Results 1 – 7 of 7) sorted by relevance
/net/sctp/ |
D | endpointola.c | 178 inet_sk_set_state(ep->base.sk, SCTP_SS_CLOSED); in sctp_endpoint_free()
|
D | sm_sideeffect.c | 881 inet_sk_set_state(sk, SCTP_SS_ESTABLISHED); in sctp_cmd_new_state() 886 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_cmd_new_state()
|
D | socket.c | 1497 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_close() 5161 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_shutdown() 8552 inet_sk_set_state(sk, SCTP_SS_LISTENING); in sctp_listen_start() 8558 inet_sk_set_state(sk, SCTP_SS_CLOSED); in sctp_listen_start() 9655 inet_sk_set_state(newsk, SCTP_SS_CLOSED); in sctp_sock_migrate() 9658 inet_sk_set_state(newsk, SCTP_SS_ESTABLISHED); in sctp_sock_migrate()
|
/net/ipv4/ |
D | inet_connection_sock.c | 970 inet_sk_set_state(newsk, TCP_SYN_RECV); in inet_csk_clone_lock() 1089 inet_sk_set_state(sk, TCP_CLOSE); in inet_csk_listen_start()
|
D | af_inet.c | 1327 void inet_sk_set_state(struct sock *sk, int state) in inet_sk_set_state() function 1332 EXPORT_SYMBOL(inet_sk_set_state);
|
D | inet_hashtables.c | 597 inet_sk_set_state(sk, TCP_CLOSE); in inet_ehash_nolisten()
|
/net/dccp/ |
D | proto.c | 113 inet_sk_set_state(sk, state); in dccp_set_state()
|