Home
last modified time | relevance | path

Searched refs:IPV6_ADDR_UNICAST (Results 1 – 16 of 16) sorted by relevance

/linux/net/ipv6/
H A Daddrconf_core.c49 return (IPV6_ADDR_UNICAST | in __ipv6_addr_type()
60 return (IPV6_ADDR_LINKLOCAL | IPV6_ADDR_UNICAST | in __ipv6_addr_type()
63 return (IPV6_ADDR_SITELOCAL | IPV6_ADDR_UNICAST | in __ipv6_addr_type()
66 return (IPV6_ADDR_UNICAST | in __ipv6_addr_type()
75 return (IPV6_ADDR_LOOPBACK | IPV6_ADDR_UNICAST | in __ipv6_addr_type()
78 return (IPV6_ADDR_COMPATv4 | IPV6_ADDR_UNICAST | in __ipv6_addr_type()
87 return (IPV6_ADDR_UNICAST | in __ipv6_addr_type()
H A Dexthdrs.c255 if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) { in ipv6_dest_hao()
H A Dndisc.c1683 ipv6_addr_type(target) != (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) { in ndisc_send_redirect()
H A Dsit.c895 if ((addr_type & IPV6_ADDR_UNICAST) && in ipip6_tunnel_xmit()
H A Droute.c3503 if (gwa_type != (IPV6_ADDR_LINKLOCAL | IPV6_ADDR_UNICAST)) { in ip6_validate_gw()
3513 if (!(gwa_type & (IPV6_ADDR_UNICAST | IPV6_ADDR_MAPPED))) { in ip6_validate_gw()
4238 (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) { in rt6_do_redirect()
/linux/net/ipv6/netfilter/
H A Dnft_fib_ipv6.c46 if (ipv6_addr_type(&fl6->saddr) & IPV6_ADDR_UNICAST) in nft_fib6_flowi_init()
107 if (addrtype & IPV6_ADDR_UNICAST) in __nft_fib6_eval_type()
H A Dip6t_rpfilter.c23 return addr_type & IPV6_ADDR_UNICAST; in rpfilter_addr_unicast()
H A Dnf_reject_ipv6.c279 if ((!(ipv6_addr_type(&oip6h->saddr) & IPV6_ADDR_UNICAST)) || in nf_send_reset6()
280 (!(ipv6_addr_type(&oip6h->daddr) & IPV6_ADDR_UNICAST))) { in nf_send_reset6()
/linux/net/rds/
H A Dbind.c197 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_bind()
H A Daf_rds.c580 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_connect()
H A Dsend.c1163 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_sendmsg()
/linux/net/netfilter/
H A Dxt_addrtype.c76 if ((mask & XT_ADDRTYPE_UNICAST) && !(addr_type & IPV6_ADDR_UNICAST)) in match_type6()
/linux/drivers/net/usb/
H A Dcdc_mbim.c321 !(ipv6_addr_type(&iph->saddr) & IPV6_ADDR_UNICAST)) in do_neigh_solicit()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c575 return ipv6_addr_type(&addr->in6) & IPV6_ADDR_UNICAST; in ip_vs_addr_is_unicast()
H A Dip_vs_ctl.c1067 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c3766 (IPV6_ADDR_UNICAST | IPV6_ADDR_LINKLOCAL)) { in vxlan_config_validate()