Lines Matching refs:sctp_bind_addr

48 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest,
51 static void sctp_bind_addr_clean(struct sctp_bind_addr *);
58 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy()
59 const struct sctp_bind_addr *src, in sctp_bind_addr_copy()
103 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup()
104 const struct sctp_bind_addr *src, in sctp_bind_addr_dup()
126 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
133 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean()
146 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free()
153 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr()
188 int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) in sctp_del_bind_addr()
220 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, in sctp_bind_addrs_to_raw()
272 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, in sctp_raw_to_bind_addrs()
319 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match()
343 int sctp_bind_addr_conflict(struct sctp_bind_addr *bp, in sctp_bind_addr_conflict()
378 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, in sctp_bind_addr_state()
406 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, in sctp_find_unmatch_addr()
442 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, in sctp_copy_one_addr()
530 struct sctp_bind_addr *bp; in sctp_is_ep_boundall()