Lines Matching refs:sctp_bind_addr
33 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest,
36 static void sctp_bind_addr_clean(struct sctp_bind_addr *);
43 int sctp_bind_addr_copy(struct net *net, struct sctp_bind_addr *dest, in sctp_bind_addr_copy()
44 const struct sctp_bind_addr *src, in sctp_bind_addr_copy()
88 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup()
89 const struct sctp_bind_addr *src, in sctp_bind_addr_dup()
111 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
118 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean()
131 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free()
138 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr()
173 int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) in sctp_del_bind_addr()
205 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, in sctp_bind_addrs_to_raw()
257 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, in sctp_raw_to_bind_addrs()
304 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match()
328 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check()
329 struct sctp_bind_addr *bp = &sp->ep->base.bind_addr; in sctp_bind_addrs_check()
356 int sctp_bind_addr_conflict(struct sctp_bind_addr *bp, in sctp_bind_addr_conflict()
391 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, in sctp_bind_addr_state()
414 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, in sctp_find_unmatch_addr()
450 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, in sctp_copy_one_addr()
538 struct sctp_bind_addr *bp; in sctp_is_ep_boundall()