Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dssnmap.c46 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
54 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16); in sctp_ssnmap_size()
61 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, in sctp_ssnmap_new()
64 struct sctp_ssnmap *retval; in sctp_ssnmap_new()
71 retval = (struct sctp_ssnmap *) in sctp_ssnmap_new()
95 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, in sctp_ssnmap_init()
112 void sctp_ssnmap_clear(struct sctp_ssnmap *map) in sctp_ssnmap_clear()
121 void sctp_ssnmap_free(struct sctp_ssnmap *map) in sctp_ssnmap_free()
/linux-3.4.99/include/net/sctp/
Dstructs.h90 struct sctp_ssnmap;
526 struct sctp_ssnmap { struct
532 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
534 void sctp_ssnmap_free(struct sctp_ssnmap *map);
535 void sctp_ssnmap_clear(struct sctp_ssnmap *map);
1809 struct sctp_ssnmap *ssnmap;