Lines Matching refs:sctp_bind_addr
68 struct sctp_bind_addr;
1169 struct sctp_bind_addr { struct
1187 void sctp_bind_addr_init(struct sctp_bind_addr *, __u16 port); argument
1188 void sctp_bind_addr_free(struct sctp_bind_addr *);
1189 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest,
1190 const struct sctp_bind_addr *src,
1193 int sctp_bind_addr_dup(struct sctp_bind_addr *dest,
1194 const struct sctp_bind_addr *src,
1196 int sctp_add_bind_addr(struct sctp_bind_addr *, union sctp_addr *,
1198 int sctp_del_bind_addr(struct sctp_bind_addr *, union sctp_addr *);
1199 int sctp_bind_addr_match(struct sctp_bind_addr *, const union sctp_addr *,
1201 int sctp_bind_addr_conflict(struct sctp_bind_addr *, const union sctp_addr *,
1203 int sctp_bind_addr_state(const struct sctp_bind_addr *bp,
1207 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
1211 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
1214 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
1271 struct sctp_bind_addr bind_addr;