Lines Matching refs:sctp_addr

152 	union sctp_addr laddr;  in sctp_copy_local_addr_list()
230 static void sctp_v4_from_skb(union sctp_addr *addr, struct sk_buff *skb, in sctp_v4_from_skb()
249 static void sctp_v4_from_sk(union sctp_addr *addr, struct sock *sk) in sctp_v4_from_sk()
257 static void sctp_v4_to_sk_saddr(union sctp_addr *addr, struct sock *sk) in sctp_v4_to_sk_saddr()
263 static void sctp_v4_to_sk_daddr(union sctp_addr *addr, struct sock *sk) in sctp_v4_to_sk_daddr()
269 static void sctp_v4_from_addr_param(union sctp_addr *addr, in sctp_v4_from_addr_param()
281 static int sctp_v4_to_addr_param(const union sctp_addr *addr, in sctp_v4_to_addr_param()
294 static void sctp_v4_dst_saddr(union sctp_addr *saddr, struct flowi4 *fl4, in sctp_v4_dst_saddr()
303 static int sctp_v4_cmp_addr(const union sctp_addr *addr1, in sctp_v4_cmp_addr()
304 const union sctp_addr *addr2) in sctp_v4_cmp_addr()
317 static void sctp_v4_inaddr_any(union sctp_addr *addr, __be16 port) in sctp_v4_inaddr_any()
325 static int sctp_v4_is_any(const union sctp_addr *addr) in sctp_v4_is_any()
337 static int sctp_v4_addr_valid(union sctp_addr *addr, in sctp_v4_addr_valid()
357 static int sctp_v4_available(union sctp_addr *addr, struct sctp_sock *sp) in sctp_v4_available()
392 static enum sctp_scope sctp_v4_scope(union sctp_addr *addr) in sctp_v4_scope()
418 static void sctp_v4_get_dst(struct sctp_transport *t, union sctp_addr *saddr, in sctp_v4_get_dst()
427 union sctp_addr *daddr = &t->ipaddr; in sctp_v4_get_dst()
428 union sctp_addr dst_saddr; in sctp_v4_get_dst()
545 union sctp_addr *saddr = &t->saddr; in sctp_v4_get_saddr()
600 static int sctp_v4_addr_to_user(struct sctp_sock *sp, union sctp_addr *addr) in sctp_v4_addr_to_user()
607 static void sctp_v4_seq_dump_addr(struct seq_file *seq, union sctp_addr *addr) in sctp_v4_seq_dump_addr()
930 static int sctp_inet_cmp_addr(const union sctp_addr *addr1, in sctp_inet_cmp_addr()
931 const union sctp_addr *addr2, in sctp_inet_cmp_addr()
949 static int sctp_inet_bind_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_bind_verify()
957 static int sctp_inet_send_verify(struct sctp_sock *opt, union sctp_addr *addr) in sctp_inet_send_verify()