/linux-6.3-rc2/include/net/tc_act/ |
A D | tc_gate.h | 13 s32 ipv; member 21 s32 ipv; member 134 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
|
/linux-6.3-rc2/drivers/net/dsa/sja1105/ |
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()
|
A D | sja1105.h | 230 int ipv; member
|
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/ |
A D | sparx5_psfp.c | 83 static u32 sparx5_psfp_ipv_to_ips(s32 ipv) in sparx5_psfp_ipv_to_ips() argument 85 return ipv > 0 ? (ipv | BIT(3)) : 0; in sparx5_psfp_ipv_to_ips() 138 ips = sparx5_psfp_ipv_to_ips(sg->ipv); in sparx5_psfp_sg_set() 168 ips = sparx5_psfp_ipv_to_ips(gce->ipv); in sparx5_psfp_sg_set()
|
A D | sparx5_tc_flower.c | 699 sg->ipv = act->gate.prio; in sparx5_tc_flower_parse_act_gate() 707 sg->gce[i].ipv = act->gate.entries[i].ipv; in sparx5_tc_flower_parse_act_gate() 758 sg->ipv = 0; /* Disabled */ in sparx5_tc_flower_psfp_setup() 765 sg->gce[0].ipv = 0; in sparx5_tc_flower_psfp_setup()
|
A D | sparx5_main.h | 494 u32 ipv; /* InternalPriorityValue */ member 501 u32 ipv; /* PSFPAdminIPV */ member
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
A D | fs_ttc.c | 202 u8 ipv; in mlx5_generate_ttc_rule() local 214 ipv = mlx5_etype_to_ipv(etype); in mlx5_generate_ttc_rule() 215 if (match_ipv_outer && ipv) { in mlx5_generate_ttc_rule() 218 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_version, ipv); in mlx5_generate_ttc_rule() 367 u8 ipv; in mlx5_generate_inner_ttc_rule() local 373 ipv = mlx5_etype_to_ipv(etype); in mlx5_generate_inner_ttc_rule() 374 if (etype && ipv) { in mlx5_generate_inner_ttc_rule() 377 MLX5_SET(fte_match_param, spec->match_value, inner_headers.ip_version, ipv); in mlx5_generate_inner_ttc_rule()
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | tc.c | 149 unsigned char ipv = 0; in efx_tc_flower_parse_match() local 164 ipv = 4; in efx_tc_flower_parse_match() 167 ipv = 6; in efx_tc_flower_parse_match() 270 if (ipv == 4) { in efx_tc_flower_parse_match() 275 else if (ipv == 6) { in efx_tc_flower_parse_match()
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/ |
A D | devlink_trap_l3_drops.sh | 455 local ipv="4" 460 __ipv4_header_corrupted_test "wrong IHL" $ipv 4 $checksum 461 __ipv4_header_corrupted_test "wrong checksum" $ipv $ihl "00:00"
|
/linux-6.3-rc2/tools/testing/selftests/netfilter/ |
A D | conntrack_icmp_related.sh | 127 ip netns exec nsrouter1 sysctl -q net.ipv$i.conf.all.forwarding=1 128 ip netns exec nsrouter2 sysctl -q net.ipv$i.conf.all.forwarding=1
|
/linux-6.3-rc2/net/sched/ |
A D | act_gate.c | 194 entry->ipv = nla_get_s32(tb[TCA_GATE_ENTRY_IPV]); in fill_gate_entry() 196 entry->ipv = -1; in fill_gate_entry() 493 if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv)) in dumping_entry()
|
/linux-6.3-rc2/tools/testing/selftests/net/ |
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
|
A D | fib_nexthops.sh | 302 local ipv=$1 313 if [ $ipv -eq 4 ]; then 356 local ipv=$1 360 if [ $ipv -eq 4 ]; then
|
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_qos.c | 755 if (from->ipv >= 0) in enetc_streamgate_hw_set() 756 to->multi |= ((from->ipv & 0x7) << 5) | 0x08; in enetc_streamgate_hw_set() 1198 e[i].ipv = entryg->gate.entries[i].ipv; in enetc_psfp_parse_clsflower()
|
/linux-6.3-rc2/arch/parisc/include/uapi/asm/ |
A D | pdc.h | 689 ipv : 1, /* IPRs Valid */ member
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | fs.c | 829 struct mlx5_flow_spec *spec, int ipv) in set_ecn_ce_spec() argument 846 ipv); in set_ecn_ce_spec()
|
/linux-6.3-rc2/drivers/net/dsa/ocelot/ |
A D | felix_vsc9959.c | 2117 u32 ips = (e[i].ipv < 0) ? 0 : (e[i].ipv + 8); in vsc9959_psfp_sgi_set()
|