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()
94 int sctp_bind_addr_dup(struct sctp_bind_addr *dest, in sctp_bind_addr_dup()
95 const struct sctp_bind_addr *src, in sctp_bind_addr_dup()
117 void sctp_bind_addr_init(struct sctp_bind_addr *bp, __u16 port) in sctp_bind_addr_init()
124 static void sctp_bind_addr_clean(struct sctp_bind_addr *bp) in sctp_bind_addr_clean()
137 void sctp_bind_addr_free(struct sctp_bind_addr *bp) in sctp_bind_addr_free()
144 int sctp_add_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *new, in sctp_add_bind_addr()
179 int sctp_del_bind_addr(struct sctp_bind_addr *bp, union sctp_addr *del_addr) in sctp_del_bind_addr()
211 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp, in sctp_bind_addrs_to_raw()
263 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw_addr_list, in sctp_raw_to_bind_addrs()
313 int sctp_bind_addr_match(struct sctp_bind_addr *bp, in sctp_bind_addr_match()
337 struct sctp_bind_addr *bp2 = &sp2->ep->base.bind_addr; in sctp_bind_addrs_check()
338 struct sctp_bind_addr *bp = &sp->ep->base.bind_addr; in sctp_bind_addrs_check()
365 int sctp_bind_addr_conflict(struct sctp_bind_addr *bp, in sctp_bind_addr_conflict()
400 int sctp_bind_addr_state(const struct sctp_bind_addr *bp, in sctp_bind_addr_state()
423 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp, in sctp_find_unmatch_addr()
459 static int sctp_copy_one_addr(struct net *net, struct sctp_bind_addr *dest, in sctp_copy_one_addr()
548 struct sctp_bind_addr *bp; in sctp_is_ep_boundall()