Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dsm_statetable.c516 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
518 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
520 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
522 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
524 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
526 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
528 TYPE_SCTP_FUNC(sctp_sf_unk_chunk),
Dsm_statefuns.c4076 return sctp_sf_unk_chunk(net, ep, asoc, type, arg, commands); in sctp_sf_eat_auth()
4159 sctp_disposition_t sctp_sf_unk_chunk(struct net *net, in sctp_sf_unk_chunk() function
/linux-4.4.14/include/net/sctp/
Dsm.h133 sctp_state_fn_t sctp_sf_unk_chunk; variable