Searched refs:sctp_tsnmap (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/net/sctp/ |
D | tsnmap.h | 36 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); 105 static inline __u32 sctp_tsnmap_get_ctsn(const struct sctp_tsnmap *map) in sctp_tsnmap_get_ctsn() 111 static inline __u32 sctp_tsnmap_get_max_tsn_seen(const struct sctp_tsnmap *map) in sctp_tsnmap_get_max_tsn_seen() 117 static inline __u16 sctp_tsnmap_num_dups(struct sctp_tsnmap *map) in sctp_tsnmap_num_dups() 123 static inline __be32 *sctp_tsnmap_get_dups(struct sctp_tsnmap *map) in sctp_tsnmap_get_dups() [all …]
|
D | structs.h | 1691 struct sctp_tsnmap tsn_map;
|
/linux-6.1.9/net/sctp/ |
D | tsnmap.c | 29 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() 142 static void sctp_tsnmap_iter_init(const struct sctp_tsnmap *map, in sctp_tsnmap_iter_init() 152 static int sctp_tsnmap_next_gap_ack(const struct sctp_tsnmap *map, in sctp_tsnmap_next_gap_ack() 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() [all …]
|
D | ulpqueue.c | 971 struct sctp_tsnmap *tsnmap; in sctp_ulpq_renege_list()
|
D | sm_make_chunk.c | 756 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_make_sack()
|
D | sm_statefuns.c | 6481 struct sctp_tsnmap *map = (struct sctp_tsnmap *)&asoc->peer.tsn_map; in sctp_eat_data()
|