Lines Matching refs:sctp_bind_addr
80 struct sctp_bind_addr;
1074 struct sctp_bind_addr { struct
1092 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument
1093 void sctp_bind_addr_free(struct sctp_bind_addr *);
1094 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1095 const struct sctp_bind_addr *src,
1098 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1099 const struct sctp_bind_addr *src,
1101 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1103 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
1104 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
1106 int sctp_bind_addr_conflict(struct sctp_bind_addr *, const union sctp_addr *,
1108 int sctp_bind_addr_state(const struct sctp_bind_addr *bp,
1110 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
1114 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
1117 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
1174 struct sctp_bind_addr bind_addr;