Searched refs:sctp_ssnmap (Results 1 – 2 of 2) sorted by relevance
46 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()
90 struct sctp_ssnmap;526 struct sctp_ssnmap { struct532 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument534 void sctp_ssnmap_free(struct sctp_ssnmap *map);535 void sctp_ssnmap_clear(struct sctp_ssnmap *map);1809 struct sctp_ssnmap *ssnmap;