Searched refs:sctp_ssnmap (Results 1 – 2 of 2) sorted by relevance
37 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()
83 struct sctp_ssnmap;398 struct sctp_ssnmap { struct403 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument405 void sctp_ssnmap_free(struct sctp_ssnmap *map);406 void sctp_ssnmap_clear(struct sctp_ssnmap *map);1712 struct sctp_ssnmap *ssnmap;