Home
last modified time | relevance | path

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

/openbmc/linux/net/sctp/
H A Dsm_statetable.c554 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
556 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
558 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
560 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
562 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
564 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
566 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
H A Dsm_statefuns.c4221 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn()
4288 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn_fast()
4444 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4527 enum sctp_disposition sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/openbmc/linux/include/net/sctp/
H A Dsm.h114 sctp_state_fn_t sctp_sf_unk_chunk; variable