Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dsm_statetable.c534 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
536 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
538 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
540 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
542 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
544 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
546 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
Dsm_statefuns.c4053 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn()
4120 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn_fast()
4276 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4359 enum sctp_disposition sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/Linux-v5.4/include/net/sctp/
Dsm.h114 sctp_state_fn_t sctp_sf_unk_chunk; variable