Searched refs:is_v6 (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ipvlan/ |
| H A D | ipvlan_core.c | 59 static bool addr_equal(bool is_v6, struct ipvl_addr *addr, const void *iaddr) in addr_equal() argument 61 if (!is_v6 && addr->atype == IPVL_IPV4) { in addr_equal() 66 } else if (is_v6 && addr->atype == IPVL_IPV6) { in addr_equal() 77 const void *iaddr, bool is_v6) in ipvlan_ht_addr_lookup() argument 82 hash = is_v6 ? ipvlan_get_v6_hash(iaddr) : in ipvlan_ht_addr_lookup() 85 if (addr_equal(is_v6, addr, iaddr)) in ipvlan_ht_addr_lookup() 108 const void *iaddr, bool is_v6) in ipvlan_find_addr() argument 115 if (addr_equal(is_v6, addr, iaddr)) in ipvlan_find_addr() 121 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6) in ipvlan_addr_busy() argument 128 if (ipvlan_find_addr(ipvlan, iaddr, is_v6)) { in ipvlan_addr_busy()
|
| H A D | ipvlan.h | 161 const void *iaddr, bool is_v6); 162 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6);
|
| H A D | ipvlan_main.c | 817 static int ipvlan_add_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_add_addr() argument 828 if (!is_v6) { in ipvlan_add_addr() 849 static void ipvlan_del_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_del_addr() argument 854 addr = ipvlan_find_addr(ipvlan, iaddr, is_v6); in ipvlan_del_addr()
|
| /linux/arch/mips/include/asm/octeon/ |
| H A 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/tools/testing/selftests/net/mptcp/ |
| H A D | userspace_pm.sh | 189 local is_v6=$1 194 if [ "$is_v6" = "v6" ] 201 is_v6="v4" 243 print_test "Established IP${is_v6} MPTCP Connection ns2 => ns1" 256 if [ "$is_v6" = "v6" ]
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A 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/drivers/staging/octeon/ |
| H A D | ethernet-rx.c | 315 if (work->word2.s.is_v6) in cvm_oct_poll()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 3768 int is_v6, rc = 0; in cnic_get_route() local 3776 is_v6 = 1; in cnic_get_route() 3779 is_v6 = 0; in cnic_get_route() 3785 if (is_v6) { in cnic_get_route()
|