Searched refs:inet_sk_set_state (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | inet_sock.h | 331 void inet_sk_set_state(struct sock *sk, int state);
|
| /Linux-v5.4/net/sctp/ |
| D | endpointola.c | 177 inet_sk_set_state(ep->base.sk, SCTP_SS_CLOSED); in sctp_endpoint_free()
|
| D | sm_sideeffect.c | 866 inet_sk_set_state(sk, SCTP_SS_ESTABLISHED); in sctp_cmd_new_state() 871 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_cmd_new_state()
|
| D | socket.c | 1482 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_close() 5188 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_shutdown() 8368 inet_sk_set_state(sk, SCTP_SS_LISTENING); in sctp_listen_start() 8374 inet_sk_set_state(sk, SCTP_SS_CLOSED); in sctp_listen_start() 9472 inet_sk_set_state(newsk, SCTP_SS_CLOSED); in sctp_sock_migrate() 9475 inet_sk_set_state(newsk, SCTP_SS_ESTABLISHED); in sctp_sock_migrate()
|
| /Linux-v5.4/net/ipv4/ |
| D | inet_connection_sock.c | 790 inet_sk_set_state(newsk, TCP_SYN_RECV); in inet_csk_clone_lock() 894 inet_sk_set_state(sk, TCP_CLOSE); in inet_csk_listen_start()
|
| D | af_inet.c | 1284 void inet_sk_set_state(struct sock *sk, int state) in inet_sk_set_state() function 1289 EXPORT_SYMBOL(inet_sk_set_state);
|
| D | inet_hashtables.c | 507 inet_sk_set_state(sk, TCP_CLOSE); in inet_ehash_nolisten()
|
| /Linux-v5.4/net/dccp/ |
| D | proto.c | 113 inet_sk_set_state(sk, state); in dccp_set_state()
|