/Linux-v6.6/drivers/net/ipvlan/ |
D | ipvlan_core.c | 56 static bool addr_equal(bool is_v6, struct ipvl_addr *addr, const void *iaddr) in addr_equal() argument 58 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal() 63 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal() 74 const void *iaddr, bool is_v6) in ipvlan_ht_addr_lookup() argument 79 hash = is_v6 ? ipvlan_get_v6_hash(iaddr) : in ipvlan_ht_addr_lookup() 82 if (addr_equal(is_v6, addr, iaddr)) in ipvlan_ht_addr_lookup() 105 const void *iaddr, bool is_v6) in ipvlan_find_addr() argument 111 if (addr_equal(is_v6, addr, iaddr)) { in ipvlan_find_addr() 120 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6) in ipvlan_addr_busy() argument 127 if (ipvlan_find_addr(ipvlan, iaddr, is_v6)) { in ipvlan_addr_busy()
|
D | ipvlan.h | 161 const void *iaddr, bool is_v6); 162 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6);
|
D | ipvlan_main.c | 803 static int ipvlan_add_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_add_addr() argument 812 if (!is_v6) { in ipvlan_add_addr() 833 static void ipvlan_del_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_del_addr() argument 838 addr = ipvlan_find_addr(ipvlan, iaddr, is_v6); in ipvlan_del_addr()
|
/Linux-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-wqe.h | 84 uint64_t is_v6:1; member 180 uint64_t is_v6:1; 209 uint64_t is_v6:1; member 229 uint64_t is_v6:1;
|
/Linux-v6.6/tools/testing/selftests/net/hsr/ |
D | hsr_ping.sh | 45 is_v6() function 56 if is_v6 "${connect_addr}"; then 77 if is_v6 "${connect_addr}"; then
|
/Linux-v6.6/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.sh | 314 is_v6() function 327 if is_v6 "${connect_addr}"; then 638 if ! $ipv6 && is_v6 "${connect_addr}"; then 643 if is_v6 "${connect_addr}"; then 711 if ! $ipv6 && is_v6 "${connect_addr}"; then 744 if is_v6 "${connect_addr}"; then
|
D | userspace_pm.sh | 193 local is_v6=$1 197 if [ "$is_v6" = "v6" ] 203 is_v6="v4" 259 print_test "Established IP${is_v6} MPTCP Connection ns2 => ns1" 270 if [ "$is_v6" = "v6" ]
|
D | mptcp_sockopt.sh | 166 is_v6() function 187 if is_v6 "${connect_addr}"; then
|
D | mptcp_join.sh | 591 is_v6() function 904 if is_v6 "${connect_addr}"; then 956 if is_v6 "${connect_addr}"; then 998 if is_v6 "${connect_addr}"; then
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 173 bool is_v6) in get_mangled_tos_ttl() argument 182 if (is_v6) { in get_mangled_tos_ttl() 197 is_v6 ? FLOW_ACT_MANGLE_HDR_TYPE_IP6 : in get_mangled_tos_ttl() 202 if (is_v6) { in get_mangled_tos_ttl() 240 bool out, is_v6 = false; in nfp_ct_merge_check() local 280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6); in nfp_ct_merge_check() 411 match1.key = get_mangled_tos_ttl(entry1->rule, buf, is_v6); in nfp_ct_merge_check()
|
/Linux-v6.6/drivers/staging/octeon/ |
D | ethernet-rx.c | 315 if (work->word2.s.is_v6) in cvm_oct_poll()
|
D | octeon-stubs.h | 60 uint64_t is_v6:1; member 83 uint64_t is_v6:1; member
|
D | ethernet-tx.c | 590 work->word2.s.is_v6 = 0; in cvm_oct_xmit_pow()
|
/Linux-v6.6/drivers/net/ethernet/broadcom/ |
D | cnic.c | 3758 int is_v6, rc = 0; in cnic_get_route() local 3766 is_v6 = 1; in cnic_get_route() 3769 is_v6 = 0; in cnic_get_route() 3775 if (is_v6) { in cnic_get_route()
|