Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
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()
A Dip6_tunnel.c749 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
750 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
753 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
755 if (rtype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()
A Dexthdrs.c255 if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) { in ipv6_dest_hao()
A Dndisc.c1687 ipv6_addr_type(target) != (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) { in ndisc_send_redirect()
A Dsit.c892 if ((addr_type & IPV6_ADDR_UNICAST) && in ipip6_tunnel_xmit()
A Droute.c3437 if (gwa_type != (IPV6_ADDR_LINKLOCAL | IPV6_ADDR_UNICAST)) { in ip6_validate_gw()
3447 if (!(gwa_type & (IPV6_ADDR_UNICAST | IPV6_ADDR_MAPPED))) { in ip6_validate_gw()
4130 (IPV6_ADDR_UNICAST|IPV6_ADDR_LINKLOCAL)) { in rt6_do_redirect()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dnft_fib_ipv6.c48 if (ipv6_addr_type(&fl6->saddr) & IPV6_ADDR_UNICAST) in nft_fib6_flowi_init()
108 if (addrtype & IPV6_ADDR_UNICAST) in __nft_fib6_eval_type()
A Dip6t_rpfilter.c23 return addr_type & IPV6_ADDR_UNICAST; in rpfilter_addr_unicast()
A Dnf_reject_ipv6.c291 if ((!(ipv6_addr_type(&oip6h->saddr) & IPV6_ADDR_UNICAST)) || in nf_send_reset6()
292 (!(ipv6_addr_type(&oip6h->daddr) & IPV6_ADDR_UNICAST))) { in nf_send_reset6()
/linux-6.3-rc2/net/rds/
A Dbind.c197 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_bind()
A Daf_rds.c580 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_connect()
A Dsend.c1164 if (!(addr_type & IPV6_ADDR_UNICAST)) { in rds_sendmsg()
/linux-6.3-rc2/net/netfilter/
A Dxt_addrtype.c76 if ((mask & XT_ADDRTYPE_UNICAST) && !(addr_type & IPV6_ADDR_UNICAST)) in match_type6()
/linux-6.3-rc2/net/sctp/
A Dipv6.c698 if (!(type & IPV6_ADDR_UNICAST)) in sctp_v6_available()
736 if (!(ret & IPV6_ADDR_UNICAST)) in sctp_v6_addr_valid()
/linux-6.3-rc2/drivers/net/usb/
A Dcdc_mbim.c321 !(ipv6_addr_type(&iph->saddr) & IPV6_ADDR_UNICAST)) in do_neigh_solicit()
/linux-6.3-rc2/net/ipv4/
A Dping.c368 !(addr_type & IPV6_ADDR_UNICAST)) || in ping_check_bind_addr()
/linux-6.3-rc2/include/net/
A Dipv6.h108 #define IPV6_ADDR_UNICAST 0x0001U macro
/linux-6.3-rc2/net/netfilter/ipvs/
A Dip_vs_core.c575 return ipv6_addr_type(&addr->in6) & IPV6_ADDR_UNICAST; in ip_vs_addr_is_unicast()
A Dip_vs_ctl.c1069 if ((!(atype & IPV6_ADDR_UNICAST) || in ip_vs_new_dest()
/linux-6.3-rc2/drivers/net/vxlan/
A Dvxlan_core.c3600 (IPV6_ADDR_UNICAST | IPV6_ADDR_LINKLOCAL)) { in vxlan_config_validate()

Completed in 61 milliseconds