Home
last modified time | relevance | path

Searched refs:v6addr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/rds/
H A Dbind.c167 struct in6_addr v6addr, *binding_addr; in rds_bind() local
186 ipv6_addr_set_v4mapped(sin->sin_addr.s_addr, &v6addr); in rds_bind()
187 binding_addr = &v6addr; in rds_bind()
/kernel/linux/linux-6.6/net/rds/
H A Dbind.c167 struct in6_addr v6addr, *binding_addr; in rds_bind() local
186 ipv6_addr_set_v4mapped(sin->sin_addr.s_addr, &v6addr); in rds_bind()
187 binding_addr = &v6addr; in rds_bind()
/kernel/linux/linux-5.10/net/ipv6/
H A Dsit.c601 const struct in6_addr *v6addr) in is_spoofed_6rd()
604 if (check_6rd(tunnel, v6addr, &v4embed) && v4addr != v4embed) in is_spoofed_6rd()
600 is_spoofed_6rd(struct ip_tunnel *tunnel, const __be32 v4addr, const struct in6_addr *v6addr) is_spoofed_6rd() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dsit.c604 const struct in6_addr *v6addr) in is_spoofed_6rd()
607 if (check_6rd(tunnel, v6addr, &v4embed) && v4addr != v4embed) in is_spoofed_6rd()
603 is_spoofed_6rd(struct ip_tunnel *tunnel, const __be32 v4addr, const struct in6_addr *v6addr) is_spoofed_6rd() argument

Completed in 5 milliseconds