Searched refs:is_v6 (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/net/hsr/
H A Dhsr_common.sh9 is_v6() function
20 if is_v6 "${connect_addr}"; then
41 if is_v6 "${connect_addr}"; then
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c56 static bool addr_equal(bool is_v6, struct ipvl_addr *addr, const void *iaddr) argument
58 if (!is_v6 && addr->atype == IPVL_IPV4) {
63 } else if (is_v6 && addr->atype == IPVL_IPV6) {
74 const void *iaddr, bool is_v6)
79 hash = is_v6 ? ipvlan_get_v6_hash(iaddr) :
82 if (addr_equal(is_v6, addr, iaddr))
105 const void *iaddr, bool is_v6)
111 if (addr_equal(is_v6, addr, iaddr)) {
120 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6) argument
127 if (ipvlan_find_addr(ipvlan, iaddr, is_v6)) {
73 ipvlan_ht_addr_lookup(const struct ipvl_port *port, const void *iaddr, bool is_v6) argument
104 ipvlan_find_addr(const struct ipvl_dev *ipvlan, const void *iaddr, bool is_v6) argument
[all...]
H A Dipvlan.h161 const void *iaddr, bool is_v6);
162 bool ipvlan_addr_busy(struct ipvl_port *port, void *iaddr, bool is_v6);
H A Dipvlan_main.c806 static int ipvlan_add_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) argument
815 if (!is_v6) {
836 static void ipvlan_del_addr(struct ipvl_dev *ipvlan, void *iaddr, bool is_v6) argument
841 addr = ipvlan_find_addr(ipvlan, iaddr, is_v6);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h84 uint64_t is_v6:1; member in struct:__anon46::__anon47
180 uint64_t is_v6:1;
209 uint64_t is_v6:1; member in struct:__anon46::__anon48
229 uint64_t is_v6:1;
/linux-master/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh160 local is_v6=$1
164 if [ "$is_v6" = "v6" ]
170 is_v6="v4"
204 print_test "Established IP${is_v6} MPTCP Connection ns2 => ns1"
215 if [ "$is_v6" = "v6" ]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c173 bool is_v6)
182 if (is_v6) {
197 is_v6 ? FLOW_ACT_MANGLE_HDR_TYPE_IP6 :
202 if (is_v6) {
240 bool out, is_v6 = false; local
280 is_v6 = match1.key->n_proto == htons(ETH_P_IPV6);
411 match1.key = get_mangled_tos_ttl(entry1->rule, buf, is_v6);
172 get_mangled_tos_ttl(struct flow_rule *rule, void *buf, bool is_v6) argument
/linux-master/drivers/staging/octeon/
H A Dethernet-rx.c315 if (work->word2.s.is_v6)
H A Dethernet-tx.c590 work->word2.s.is_v6 = 0;
H A Docteon-stubs.h60 uint64_t is_v6:1; member in struct:cvmx_pip_wqe_word2::__anon254
83 uint64_t is_v6:1; member in struct:cvmx_pip_wqe_word2::__anon255
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c3767 int is_v6, rc = 0; local
3775 is_v6 = 1;
3778 is_v6 = 0;
3784 if (is_v6) {

Completed in 206 milliseconds