Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dsm_statetable.c549 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
551 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
553 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
555 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
557 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
559 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
561 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
Dsm_statefuns.c4047 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn()
4114 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn_fast()
4270 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4353 enum sctp_disposition sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/Linux-v4.19/include/net/sctp/
Dsm.h129 sctp_state_fn_t sctp_sf_unk_chunk; variable