Home
last modified time | relevance | path

Searched refs:sctp_ssnmap (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/sctp/
Dssnmap.c37 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
45 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16); in sctp_ssnmap_size()
52 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, in sctp_ssnmap_new()
55 struct sctp_ssnmap *retval; in sctp_ssnmap_new()
62 retval = (struct sctp_ssnmap *) in sctp_ssnmap_new()
85 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, in sctp_ssnmap_init()
102 void sctp_ssnmap_clear(struct sctp_ssnmap *map) in sctp_ssnmap_clear()
111 void sctp_ssnmap_free(struct sctp_ssnmap *map) in sctp_ssnmap_free()
/linux-4.1.27/include/net/sctp/
Dstructs.h83 struct sctp_ssnmap;
398 struct sctp_ssnmap { struct
403 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
405 void sctp_ssnmap_free(struct sctp_ssnmap *map);
406 void sctp_ssnmap_clear(struct sctp_ssnmap *map);
1711 struct sctp_ssnmap *ssnmap;