Home
last modified time | relevance | path

Searched refs:sctp_state (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Dsm_sideeffect.c42 enum sctp_state state,
51 enum sctp_state state,
858 enum sctp_state state) in sctp_cmd_new_state()
870 if (sctp_state(asoc, ESTABLISHED) && sctp_sstate(sk, CLOSED)) in sctp_cmd_new_state()
874 if (sctp_state(asoc, SHUTDOWN_RECEIVED) && in sctp_cmd_new_state()
881 if (sctp_state(asoc, COOKIE_WAIT)) { in sctp_cmd_new_state()
891 if (sctp_state(asoc, ESTABLISHED)) { in sctp_cmd_new_state()
896 if (sctp_state(asoc, ESTABLISHED) || in sctp_cmd_new_state()
897 sctp_state(asoc, CLOSED) || in sctp_cmd_new_state()
898 sctp_state(asoc, SHUTDOWN_RECEIVED)) { in sctp_cmd_new_state()
[all …]
H A Dprimitive.c42 enum sctp_state state; \
H A Dsm_statetable.c43 enum sctp_state state);
68 enum sctp_state state, in sctp_sm_lookup_event()
968 enum sctp_state state) in sctp_chunk_event_lookup()
H A Doutput.c605 if (packet->has_data && sctp_state(asoc, ESTABLISHED) && in sctp_packet_transmit()
712 if (!sctp_state(asoc, ESTABLISHED)) in sctp_packet_can_append_data()
H A Dendpointola.c332 enum sctp_state state; in sctp_endpoint_bh_rcv()
H A Dsocket.c589 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_add_ip()
793 if (!sctp_state(asoc, ESTABLISHED)) in sctp_send_asconf_del_ip()
1515 if (sctp_state(asoc, CLOSED)) { in sctp_close()
1761 if (sctp_state(asoc, CLOSED) && sctp_style(sk, TCP)) in sctp_sendmsg_check_sflags()
1765 !sctp_state(asoc, ESTABLISHED)) in sctp_sendmsg_check_sflags()
1841 if (sctp_state(asoc, CLOSED)) { in sctp_sendmsg_to_asoc()
3333 if (!sctp_state(asoc, ESTABLISHED)) in sctp_setsockopt_peer_primary_addr()
9072 if (sctp_state(asoc, ESTABLISHED)) in sctp_wait_for_connect()
9381 if (sctp_state(assoc, CLOSED) && sctp_style(newsk, TCP)) { in sctp_sock_migrate()
H A Dsm_statefuns.c1568 if (!sctp_state(asoc, COOKIE_WAIT)) { in sctp_sf_do_unexpected_init()
1819 if (sctp_state(asoc, SHUTDOWN_ACK_SENT)) { in sctp_sf_do_dupcook_a()
1881 if ((sctp_state(asoc, SHUTDOWN_PENDING) || in sctp_sf_do_dupcook_a()
1882 sctp_state(asoc, SHUTDOWN_SENT)) && in sctp_sf_do_dupcook_a()
H A Dassociola.c1162 if (sctp_state(asoc, COOKIE_WAIT)) in sctp_assoc_update()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dcommand.h114 enum sctp_state state;
155 SCTP_ARG_CONSTRUCTOR(STATE, enum sctp_state, state) in SCTP_ARG_CONSTRUCTOR()
H A Dsm.h162 enum sctp_state state,
302 union sctp_subtype subtype, enum sctp_state state,
H A Dconstants.h163 enum sctp_state { enum
H A Dsctp.h521 #define sctp_state(asoc, state) __sctp_state((asoc), (SCTP_STATE_##state)) macro
523 enum sctp_state state) in __sctp_state()
H A Dstructs.h1744 enum sctp_state state;