|
Linux Kernel
3.7.1
|
#include <net/sctp/constants.h>Go to the source code of this file.
Data Structures | |
| struct | sctp_tsnmap |
| struct | sctp_tsnmap_iter |
Functions | |
| struct sctp_tsnmap * | sctp_tsnmap_init (struct sctp_tsnmap *, __u16 len, __u32 initial_tsn, gfp_t gfp) |
| void | sctp_tsnmap_free (struct sctp_tsnmap *map) |
| int | sctp_tsnmap_check (const struct sctp_tsnmap *, __u32 tsn) |
| int | sctp_tsnmap_mark (struct sctp_tsnmap *, __u32 tsn, struct sctp_transport *trans) |
| void | sctp_tsnmap_skip (struct sctp_tsnmap *map, __u32 tsn) |
| __u16 | sctp_tsnmap_num_gabs (struct sctp_tsnmap *map, struct sctp_gap_ack_block *gabs) |
| __u16 | sctp_tsnmap_pending (struct sctp_tsnmap *map) |
| void | sctp_tsnmap_renege (struct sctp_tsnmap *, __u32 tsn) |
| int sctp_tsnmap_check | ( | const struct sctp_tsnmap * | , |
| __u32 | tsn | ||
| ) |
| void sctp_tsnmap_free | ( | struct sctp_tsnmap * | map | ) |
|
read |
| int sctp_tsnmap_mark | ( | struct sctp_tsnmap * | , |
| __u32 | tsn, | ||
| struct sctp_transport * | trans | ||
| ) |
| __u16 sctp_tsnmap_num_gabs | ( | struct sctp_tsnmap * | map, |
| struct sctp_gap_ack_block * | gabs | ||
| ) |
| __u16 sctp_tsnmap_pending | ( | struct sctp_tsnmap * | map | ) |
| void sctp_tsnmap_renege | ( | struct sctp_tsnmap * | , |
| __u32 | tsn | ||
| ) |
1.8.2