Home
last modified time | relevance | path

Searched refs:sctp_tsnmap (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/net/sctp/
Dtsnmap.h51 struct sctp_tsnmap { struct
99 struct sctp_tsnmap *sctp_tsnmap_init(struct sctp_tsnmap *, __u16 len, argument
102 void sctp_tsnmap_free(struct sctp_tsnmap *map);
110 int sctp_tsnmap_check(const struct sctp_tsnmap *, __u32 tsn);
113 int sctp_tsnmap_mark(struct sctp_tsnmap *, __u32 tsn,
117 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn);
120 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn()
126 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen()
132 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups()
138 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups()
[all …]
Dstructs.h1680 struct sctp_tsnmap tsn_map;
/Linux-v4.19/net/sctp/
Dtsnmap.c44 static void sctp_tsnmap_update(struct sctp_tsnmap *map);
47 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size);
50 struct sctp_tsnmap *sctp_tsnmap_init(struct sctp_tsnmap *map, __u16 len, in sctp_tsnmap_init()
72 void sctp_tsnmap_free(struct sctp_tsnmap *map) in sctp_tsnmap_free()
84 int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_check()
110 int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn, in sctp_tsnmap_mark()
157 static void sctp_tsnmap_iter_init(const struct sctp_tsnmap *map, in sctp_tsnmap_iter_init()
167 static int sctp_tsnmap_next_gap_ack(const struct sctp_tsnmap *map, in sctp_tsnmap_next_gap_ack()
205 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_skip()
243 static void sctp_tsnmap_update(struct sctp_tsnmap *map) in sctp_tsnmap_update()
[all …]
Dulpqueue.c993 struct sctp_tsnmap *tsnmap; in sctp_ulpq_renege_list()
Dsm_make_chunk.c764 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_make_sack()
Dsm_statefuns.c6309 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_eat_data()