Searched refs:inet_sk_set_state (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/sctp/ |
H A D | endpointola.c | 178 inet_sk_set_state(ep->base.sk, SCTP_SS_CLOSED); in sctp_endpoint_free()
|
H A 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()
|
H A D | socket.c | 1494 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_close() 5156 inet_sk_set_state(sk, SCTP_SS_CLOSING); in sctp_shutdown() 8553 inet_sk_set_state(sk, SCTP_SS_LISTENING); in sctp_listen_start() 8573 inet_sk_set_state(sk, SCTP_SS_CLOSED); in sctp_listen_start() 9657 inet_sk_set_state(newsk, SCTP_SS_CLOSED); in sctp_sock_migrate() 9660 inet_sk_set_state(newsk, SCTP_SS_ESTABLISHED); in sctp_sock_migrate()
|
/openbmc/linux/include/net/ |
H A D | inet_sock.h | 370 void inet_sk_set_state(struct sock *sk, int state);
|
/openbmc/linux/net/ipv4/ |
H A D | inet_connection_sock.c | 1189 inet_sk_set_state(newsk, TCP_SYN_RECV); in inet_csk_clone_lock() 1307 inet_sk_set_state(sk, TCP_CLOSE); in inet_csk_listen_start()
|
H A D | af_inet.c | 1354 void inet_sk_set_state(struct sock *sk, int state) in inet_sk_set_state() function 1359 EXPORT_SYMBOL(inet_sk_set_state);
|
H A D | inet_hashtables.c | 702 inet_sk_set_state(sk, TCP_CLOSE); in inet_ehash_nolisten()
|
/openbmc/linux/net/dccp/ |
H A D | proto.c | 113 inet_sk_set_state(sk, state); in dccp_set_state()
|