Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
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),
Dsm_statefuns.c4213 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn()
4280 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn_fast()
4436 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4519 enum sctp_disposition sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/linux-6.1.9/include/net/sctp/
Dsm.h114 sctp_state_fn_t sctp_sf_unk_chunk; variable