Home
last modified time | relevance | path

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

/linux/include/net/sctp/
A Dtsnmap.h36 struct sctp_tsnmap { struct
84 struct sctp_tsnmap *sctp_tsnmap_init(struct sctp_tsnmap *, __u16 len, argument
87 void sctp_tsnmap_free(struct sctp_tsnmap *map);
95 int sctp_tsnmap_check(const struct sctp_tsnmap *, __u32 tsn);
98 int sctp_tsnmap_mark(struct sctp_tsnmap *, __u32 tsn,
102 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn);
117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups()
130 __u16 sctp_tsnmap_num_gabs(struct sctp_tsnmap *map,
134 __u16 sctp_tsnmap_pending(struct sctp_tsnmap *map);
152 void sctp_tsnmap_renege(struct sctp_tsnmap *, __u32 tsn);
[all …]
A Dstructs.h1692 struct sctp_tsnmap tsn_map;
/linux/net/sctp/
A Dtsnmap.c29 static void sctp_tsnmap_update(struct sctp_tsnmap *map);
32 static int sctp_tsnmap_grow(struct sctp_tsnmap *map, u16 size);
35 struct sctp_tsnmap *sctp_tsnmap_init(struct sctp_tsnmap *map, __u16 len, in sctp_tsnmap_init()
57 void sctp_tsnmap_free(struct sctp_tsnmap *map) in sctp_tsnmap_free()
69 int sctp_tsnmap_check(const struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_check()
95 int sctp_tsnmap_mark(struct sctp_tsnmap *map, __u32 tsn, in sctp_tsnmap_mark()
190 void sctp_tsnmap_skip(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_skip()
228 static void sctp_tsnmap_update(struct sctp_tsnmap *map) in sctp_tsnmap_update()
247 __u16 sctp_tsnmap_pending(struct sctp_tsnmap *map) in sctp_tsnmap_pending()
300 void sctp_tsnmap_renege(struct sctp_tsnmap *map, __u32 tsn) in sctp_tsnmap_renege()
[all …]
A Dulpqueue.c971 struct sctp_tsnmap *tsnmap; in sctp_ulpq_renege_list()
A Dsm_make_chunk.c756 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_make_sack()
A Dsm_statefuns.c6480 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_eat_data()

Completed in 29 milliseconds