Home
last modified time | relevance | path

Searched refs:IPV6_ADDR_ANY (Results 1 - 25 of 64) sorted by relevance

123

/kernel/linux/linux-6.6/net/ipv4/
H A Dinet_connection_sock.c27 /* match_sk*_wildcard == true: IPV6_ADDR_ANY equals to any IPv6 addresses
31 * IPV6_ADDR_ANY only equals to IPV6_ADDR_ANY,
55 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()
160 return addr_type != IPV6_ADDR_ANY && in inet_use_bhash2_on_bind()
269 /* Conflicts with an existing IPV6_ADDR_ANY (if ipv6) or INADDR_ANY (if in inet_csk_bind_conflict()
278 /* Determine if there is a bind conflict with an existing IPV6_ADDR_ANY (i
[all...]
H A Dping.c357 if ((addr_type != IPV6_ADDR_ANY && in ping_check_bind_addr()
383 addr_type == IPV6_ADDR_ANY)) in ping_check_bind_addr()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_rpfilter.c102 if (unlikely(saddrtype == IPV6_ADDR_ANY)) in rpfilter_mt()
H A Dnft_fib_ipv6.c146 if (ipv6_addr_type(&iph->saddr) != IPV6_ADDR_ANY) in nft_fib_v6_skip_icmpv6()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6t_rpfilter.c102 if (unlikely(saddrtype == IPV6_ADDR_ANY)) in rpfilter_mt()
H A Dnft_fib_ipv6.c150 if (ipv6_addr_type(&iph->saddr) != IPV6_ADDR_ANY) in nft_fib_v6_skip_icmpv6()
/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_addrtype.c78 if ((mask & XT_ADDRTYPE_UNSPEC) && addr_type != IPV6_ADDR_ANY) in match_type6()
/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf_core.c72 return IPV6_ADDR_ANY; in __ipv6_addr_type()
H A Daf_inet6.c357 if (addr_type != IPV6_ADDR_ANY) { in __inet6_bind()
410 if (addr_type != IPV6_ADDR_ANY && addr_type != IPV6_ADDR_MAPPED) in __inet6_bind()
432 if (addr_type != IPV6_ADDR_ANY) in __inet6_bind()
H A 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()
H A Dip6_tunnel.c780 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
1159 if (addr_type == IPV6_ADDR_ANY) in ip6_tnl_xmit()
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf_core.c72 return IPV6_ADDR_ANY; in __ipv6_addr_type()
H A Daf_inet6.c348 if (addr_type != IPV6_ADDR_ANY) { in __inet6_bind()
401 if (addr_type != IPV6_ADDR_ANY && addr_type != IPV6_ADDR_MAPPED) in __inet6_bind()
425 if (addr_type != IPV6_ADDR_ANY) in __inet6_bind()
H A Dip6_tunnel.c747 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
1129 if (addr_type == IPV6_ADDR_ANY) in ip6_tnl_xmit()
H A Dmcast.c1433 if (group_type != IPV6_ADDR_ANY && in __mld_query_work()
1455 if (group_type == IPV6_ADDR_ANY) { /* general query */ in __mld_query_work()
1475 if (group_type == IPV6_ADDR_ANY) { in __mld_query_work()
1584 if (addr_type != IPV6_ADDR_ANY && in __mld_report_work()
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_addrtype.c78 if ((mask & XT_ADDRTYPE_UNSPEC) && addr_type != IPV6_ADDR_ANY) in match_type6()
/kernel/linux/linux-5.10/net/ipv4/
H A Dinet_connection_sock.c27 /* match_sk*_wildcard == true: IPV6_ADDR_ANY equals to any IPv6 addresses
31 * IPV6_ADDR_ANY only equals to IPV6_ADDR_ANY,
55 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()
H A Dping.c352 if ((addr_type != IPV6_ADDR_ANY && in ping_check_bind_addr()
378 addr_type == IPV6_ADDR_ANY)) in ping_check_bind_addr()
/kernel/linux/linux-5.10/include/net/
H A Dipv6.h103 #define IPV6_ADDR_ANY 0x0000U macro
474 return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16); in __ipv6_addr_src_scope()
/kernel/linux/linux-6.6/include/net/
H A Dipv6.h106 #define IPV6_ADDR_ANY 0x0000U macro
563 return (type == IPV6_ADDR_ANY) ? __IPV6_ADDR_SCOPE_INVALID : (type >> 16); in __ipv6_addr_src_scope()
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_ip6.c299 if (addr_type != IPV6_ADDR_ANY) { in l2tp_ip6_bind()
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_ip6.c298 if (addr_type != IPV6_ADDR_ANY) { in l2tp_ip6_bind()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c113 if (likely(addr_type == IPV6_ADDR_ANY)) in chtls_find_netdev()
697 if (addr_type != IPV6_ADDR_ANY) { in chtls_listen_start()
752 if (addr_type != IPV6_ADDR_ANY) in chtls_listen_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c113 if (likely(addr_type == IPV6_ADDR_ANY)) in chtls_find_netdev()
697 if (addr_type != IPV6_ADDR_ANY) { in chtls_listen_start()
752 if (addr_type != IPV6_ADDR_ANY) in chtls_listen_stop()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Diwcm.c486 if (ipv6_addr_type(&pm6_addr->sin6_addr) == IPV6_ADDR_ANY) { in iw_cm_check_wildcard()

Completed in 39 milliseconds

123