Home
last modified time | relevance | path

Searched refs:IPV6_ADDR_ANY (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v5.10/net/ipv6/netfilter/
Dip6t_rpfilter.c102 if (unlikely(saddrtype == IPV6_ADDR_ANY)) in rpfilter_mt()
/Linux-v5.10/net/ipv4/
Dinet_connection_sock.c55 if (addr_type == IPV6_ADDR_ANY && addr_type2 == IPV6_ADDR_ANY) in ipv6_rcv_saddr_equal()
58 if (addr_type2 == IPV6_ADDR_ANY && match_sk2_wildcard && in ipv6_rcv_saddr_equal()
62 if (addr_type == IPV6_ADDR_ANY && match_sk1_wildcard && in ipv6_rcv_saddr_equal()
Dping.c342 if ((addr_type != IPV6_ADDR_ANY && in ping_check_bind_addr()
360 addr_type == IPV6_ADDR_ANY)) in ping_check_bind_addr()
Dip_tunnel_core.c365 if (stype == IPV6_ADDR_ANY || stype == IPV6_ADDR_MULTICAST || in iptunnel_pmtud_check_icmpv6()
Dip_tunnel.c689 if (addr_type == IPV6_ADDR_ANY) { in ip_tunnel_xmit()
/Linux-v5.10/net/netfilter/
Dxt_addrtype.c78 if ((mask & XT_ADDRTYPE_UNSPEC) && addr_type != IPV6_ADDR_ANY) in match_type6()
/Linux-v5.10/net/ipv6/
Daddrconf_core.c72 return IPV6_ADDR_ANY; in __ipv6_addr_type()
Daf_inet6.c347 if (addr_type != IPV6_ADDR_ANY) { in __inet6_bind()
400 if (addr_type != IPV6_ADDR_ANY && addr_type != IPV6_ADDR_MAPPED) in __inet6_bind()
422 if (addr_type != IPV6_ADDR_ANY) in __inet6_bind()
Dmcast.c1373 if (group_type != IPV6_ADDR_ANY && in igmp6_event_query()
1397 if (group_type == IPV6_ADDR_ANY) { /* general query */ in igmp6_event_query()
1418 if (group_type == IPV6_ADDR_ANY) { in igmp6_event_query()
1476 if (addr_type != IPV6_ADDR_ANY && in igmp6_event_report()
Dip6_tunnel.c781 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
1150 if (addr_type == IPV6_ADDR_ANY) in ip6_tnl_xmit()
Dip6_flowlabel.c433 addr_type == IPV6_ADDR_ANY) { in fl_create()
Ddatagram.c821 if (addr_type != IPV6_ADDR_ANY) { in ip6_datagram_send_ctl()
Dicmp.c523 if ((addr_type == IPV6_ADDR_ANY) || (addr_type & IPV6_ADDR_MULTICAST)) { in icmp6_send()
Draw.c271 if (addr_type != IPV6_ADDR_ANY) { in rawv6_bind()
Dip6_output.c530 if (addrtype == IPV6_ADDR_ANY || in ip6_forward()
Dsit.c924 if (addr_type == IPV6_ADDR_ANY) { in ipip6_tunnel_xmit()
/Linux-v5.10/include/net/
Dipv6.h103 #define IPV6_ADDR_ANY 0x0000U macro
471 return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16); in __ipv6_addr_src_scope()
/Linux-v5.10/net/l2tp/
Dl2tp_ip6.c301 if (addr_type != IPV6_ADDR_ANY) { in l2tp_ip6_bind()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c112 if (likely(addr_type == IPV6_ADDR_ANY)) in chtls_find_netdev()
694 if (addr_type != IPV6_ADDR_ANY) { in chtls_listen_start()
749 if (addr_type != IPV6_ADDR_ANY) in chtls_listen_stop()
/Linux-v5.10/drivers/infiniband/core/
Diwcm.c486 if (ipv6_addr_type(&pm6_addr->sin6_addr) == IPV6_ADDR_ANY) { in iw_cm_check_wildcard()
/Linux-v5.10/net/6lowpan/
Diphc.c1229 if (ipv6_saddr_type == IPV6_ADDR_ANY) { in lowpan_header_compress()
/Linux-v5.10/drivers/target/iscsi/cxgbit/
Dcxgbit_cm.c157 if (addr_type != IPV6_ADDR_ANY) { in cxgbit_create_server6()
336 if (addr_type == IPV6_ADDR_ANY) in cxgbit_inaddr_any()
/Linux-v5.10/net/sctp/
Dipv6.c635 if (IPV6_ADDR_ANY == type) in sctp_v6_available()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c1145 if (addr_type == IPV6_ADDR_ANY) in is_inaddr_any()
1667 IPV6_ADDR_ANY) { in __cxgb4_set_filter()
/Linux-v5.10/drivers/infiniband/hw/cxgb4/
Dcm.c3404 if (ipv6_addr_type(&raddr6->sin6_addr) == IPV6_ADDR_ANY) { in c4iw_connect()
3469 if (ipv6_addr_type(&sin6->sin6_addr) != IPV6_ADDR_ANY) { in create_server6()

12