Home
last modified time | relevance | path

Searched refs:is_v6 (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/drivers/net/ipvlan/
Dipvlan_core.c56 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()
Dipvlan.h161 const void *iaddr, bool is_v6);
162 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6);
Dipvlan_main.c802 static int ipvlan_add_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_add_addr() argument
811 if (!is_v6) { in ipvlan_add_addr()
832 static void ipvlan_del_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) in ipvlan_del_addr() argument
837 addr = ipvlan_find_addr(ipvlan, iaddr, is_v6); in ipvlan_del_addr()
/Linux-v6.1/arch/mips/include/asm/octeon/
Dcvmx-wqe.h84 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.1/tools/testing/selftests/net/mptcp/
Dmptcp_connect.sh305 is_v6() function
317 if is_v6 "${connect_addr}"; then
620 if ! $ipv6 && is_v6 "${connect_addr}"; then
625 if is_v6 "${connect_addr}"; then
691 if ! $ipv6 && is_v6 "${connect_addr}"; then
712 if is_v6 "${connect_addr}"; then
Duserspace_pm.sh120 local is_v6=$1
124 if [ "$is_v6" = "v6" ]
130 is_v6="v4"
183 stdbuf -o0 -e0 printf "Established IP%s MPTCP Connection ns2 => ns1 \t\t[OK]\n" $is_v6
188 if [ "$is_v6" = "v6" ]
Dmptcp_sockopt.sh153 is_v6() function
174 if is_v6 "${connect_addr}"; then
Dmptcp_join.sh409 is_v6() function
767 if is_v6 "${connect_addr}"; then
824 if is_v6 "${connect_addr}"; then
885 if is_v6 "${connect_addr}"; then
940 if is_v6 "${connect_addr}"; then
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c162 bool is_v6) in get_mangled_tos_ttl() argument
171 if (is_v6) { in get_mangled_tos_ttl()
186 is_v6 ? FLOW_ACT_MANGLE_HDR_TYPE_IP6 : in get_mangled_tos_ttl()
191 if (is_v6) { in get_mangled_tos_ttl()
230 bool out, is_v6 = false; in nfp_ct_merge_check() local
268 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6); in nfp_ct_merge_check()
399 match1.key = get_mangled_tos_ttl(entry1->rule, buf, is_v6); in nfp_ct_merge_check()
/Linux-v6.1/drivers/staging/octeon/
Dethernet-rx.c315 if (work->word2.s.is_v6) in cvm_oct_poll()
Docteon-stubs.h60 uint64_t is_v6:1; member
83 uint64_t is_v6:1; member
Dethernet-tx.c592 work->word2.s.is_v6 = 0; in cvm_oct_xmit_pow()
/Linux-v6.1/drivers/net/ethernet/broadcom/
Dcnic.c3760 int is_v6, rc = 0; in cnic_get_route() local
3768 is_v6 = 1; in cnic_get_route()
3771 is_v6 = 0; in cnic_get_route()
3777 if (is_v6) { in cnic_get_route()