Home
last modified time | relevance | path

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

/linux-6.12.1/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.c4222 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn()
4289 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_fwd_tsn_fast()
4445 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4528 enum sctp_disposition sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/linux-6.12.1/include/net/sctp/
Dsm.h114 sctp_state_fn_t sctp_sf_unk_chunk; variable