Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/sctp/
Dtsnmap.h95 int sctp_tsnmap_check(const struct sctp_tsnmap *, __u32 tsn);
/kernel/linux/linux-5.10/net/sctp/
Dtsnmap.c69 int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_check() function
Dsm_statefuns.c4127 if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0) in sctp_sf_eat_fwd_tsn()
4194 if (sctp_tsnmap_check(&asoc->peer.tsn_map, tsn) < 0) in sctp_sf_eat_fwd_tsn_fast()
6417 tmp = sctp_tsnmap_check(&asoc->peer.tsn_map, tsn); in sctp_eat_data()