Searched refs:ipv (Results 1 – 12 of 12) sorted by relevance
| /linux/include/net/tc_act/ |
| H A D | tc_gate.h | 13 s32 ipv; member 21 s32 ipv; member 125 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_vl.c | 495 vl_fwd[sharindx].priority = rule->vl.ipv; in sja1105_init_virtual_links() 590 int ipv = -1; in sja1105_vl_gate() local 678 if (ipv == -1) { in sja1105_vl_gate() 679 ipv = entries[i].ipv; in sja1105_vl_gate() 680 } else if (ipv != entries[i].ipv) { in sja1105_vl_gate() 690 if (ipv == -1) { in sja1105_vl_gate() 692 ipv = key->vl.pcp; in sja1105_vl_gate() 694 ipv = 0; in sja1105_vl_gate() 699 rule->vl.ipv = ipv; in sja1105_vl_gate()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 97 unsigned char ipv = 0; in efx_tc_ct_parse_match() local 107 ipv = 4; in efx_tc_ct_parse_match() 110 ipv = 6; in efx_tc_ct_parse_match() 117 if (!ipv) { in efx_tc_ct_parse_match() 148 if (conn->eth_proto != (ipv == 4 ? htons(ETH_P_IP) in efx_tc_ct_parse_match() 152 ipv, ntohs(conn->eth_proto)); in efx_tc_ct_parse_match() 180 if (ipv == 4 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in efx_tc_ct_parse_match() 198 } else if (ipv == 6 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in efx_tc_ct_parse_match() 218 "Conntrack missing IPv%u addrs\n", ipv); in efx_tc_ct_parse_match()
|
| H A D | tc.c | 244 unsigned char ipv = 0; in efx_tc_flower_parse_match() local 259 ipv = 4; in efx_tc_flower_parse_match() 262 ipv = 6; in efx_tc_flower_parse_match() 373 if (ipv == 4) { in efx_tc_flower_parse_match() 378 else if (ipv == 6) { in efx_tc_flower_parse_match()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_icmp_related.sh | 109 ip netns exec "$nsrouter1" sysctl -q net.ipv$i.conf.all.forwarding=1 110 ip netns exec "$nsrouter2" sysctl -q net.ipv$i.conf.all.forwarding=1
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | vxlan_bridge_1q_mc_ul.sh | 470 local ipv=$1; shift 475 local pref=$((100 + ipv)) 488 "do_packets_v$ipv"
|
| /linux/tools/testing/selftests/net/ |
| H A D | xfrm_policy.sh | 396 ip netns exec ${ns[$i]} sysctl net.ipv$j.conf.eth1.forwarding=1 > /dev/null 397 ip netns exec ${ns[$i]} sysctl net.ipv$j.conf.veth0.forwarding=1 > /dev/null
|
| H A D | fib_nexthops.sh | 307 local ipv=$1 318 if [ $ipv -eq 4 ]; then 361 local ipv=$1 365 if [ $ipv -eq 4 ]; then
|
| H A D | lib.sh | 312 tc -n $ns filter add dev $dev parent 1: protocol ipv$ipver \
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 696 ipv : 1, /* IPRs Valid */ member
|
| /linux/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_main.c | 341 static void lan966x_ifh_set_ipv(void *ifh, u64 ipv) in lan966x_ifh_set_ipv() argument 343 lan966x_ifh_set(ifh, ipv, IFH_POS_IPV, IFH_WID_IPV); in lan966x_ifh_set_ipv()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 836 struct mlx5_flow_spec *spec, int ipv) in set_ecn_ce_spec() argument 853 ipv); in set_ecn_ce_spec()
|