Home
last modified time | relevance | path

Searched refs:sctp_sf_discard_chunk (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/net/sctp/
Dsm_statetable.c95 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
97 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
105 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
107 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
135 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
137 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
139 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
141 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
143 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
145 TYPE_SCTP_FUNC(sctp_sf_discard_chunk), \
[all …]
Dsm_statefuns.c1823 return sctp_sf_discard_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_do_5_2_3_initack()
4599 enum sctp_disposition sctp_sf_discard_chunk(struct net *net, in sctp_sf_discard_chunk() function
/linux-6.1.9/include/net/sctp/
Dsm.h109 sctp_state_fn_t sctp_sf_discard_chunk; variable