Searched refs:inet_sk_set_state (Results 1 – 6 of 6) sorted by relevance
| /net/sctp/ |
| A D | endpointola.c | 178 inet_sk_set_state(ep->base.sk, SCTP_SS_CLOSED); in sctp_endpoint_free()
|
| A D | sm_sideeffect.c | 887 inet_sk_set_state(sk, SCTP_SS_ESTABLISHED); in sctp_cmd_new_state() 892 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_cmd_new_state()
|
| A D | socket.c | 1496 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_close() 5163 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_shutdown() 8560 inet_sk_set_state(sk, SCTP_SS_LISTENING); in sctp_listen_start() 8580 inet_sk_set_state(sk, SCTP_SS_CLOSED); in sctp_listen_start() 9671 inet_sk_set_state(newsk, SCTP_SS_CLOSED); in sctp_sock_migrate() 9674 inet_sk_set_state(newsk, SCTP_SS_ESTABLISHED); in sctp_sock_migrate()
|
| /net/ipv4/ |
| A D | inet_connection_sock.c | 1268 inet_sk_set_state(newsk, TCP_SYN_RECV); in inet_csk_clone_lock() 1362 inet_sk_set_state(sk, TCP_CLOSE); in inet_csk_listen_start()
|
| A D | af_inet.c | 1343 void inet_sk_set_state(struct sock *sk, int state) in inet_sk_set_state() function 1348 EXPORT_SYMBOL(inet_sk_set_state);
|
| A D | inet_hashtables.c | 711 inet_sk_set_state(sk, TCP_CLOSE); in inet_ehash_nolisten()
|
Completed in 33 milliseconds