| /Linux-v5.10/include/net/tc_act/ |
| D | tc_gate.h | 13 s32 ipv; member 21 s32 ipv; member 139 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
|
| /Linux-v5.10/drivers/net/dsa/sja1105/ |
| D | sja1105_vl.c | 480 vl_fwd[sharindx].priority = rule->vl.ipv; in sja1105_init_virtual_links() 574 int ipv = -1; in sja1105_vl_gate() local 665 if (ipv == -1) { in sja1105_vl_gate() 666 ipv = entries[i].ipv; in sja1105_vl_gate() 667 } else if (ipv != entries[i].ipv) { in sja1105_vl_gate() 677 if (ipv == -1) { in sja1105_vl_gate() 679 ipv = key->vl.pcp; in sja1105_vl_gate() 681 ipv = 0; in sja1105_vl_gate() 686 rule->vl.ipv = ipv; in sja1105_vl_gate()
|
| D | sja1105.h | 172 int ipv; member
|
| /Linux-v5.10/drivers/s390/net/ |
| D | qeth_l3_main.c | 1582 int ipv) in qeth_l3_get_cast_type_rcu() argument 1601 switch (ipv) { in qeth_l3_get_cast_type_rcu() 1618 int ipv = qeth_get_ip_version(skb); in qeth_l3_get_cast_type() local 1623 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_get_cast_type() 1624 cast_type = qeth_l3_get_cast_type_rcu(skb, dst, ipv); in qeth_l3_get_cast_type() 1643 int ipv, unsigned int data_len) in qeth_l3_fill_header() argument 1667 qeth_tx_csum(skb, &hdr->hdr.l3.ext_flags, ipv); in qeth_l3_fill_header() 1669 if (ipv == 4) in qeth_l3_fill_header() 1674 if (ipv == 4 || IS_IQD(card)) { in qeth_l3_fill_header() 1686 dst = qeth_dst_check_rcu(skb, ipv); in qeth_l3_fill_header() [all …]
|
| D | qeth_core.h | 981 static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb, int ipv) in qeth_dst_check_rcu() argument 988 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu() 1011 static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, int ipv) in qeth_tx_csum() argument 1014 if ((ipv == 4 && ip_hdr(skb)->protocol == IPPROTO_UDP) || in qeth_tx_csum() 1015 (ipv == 6 && ipv6_hdr(skb)->nexthdr == IPPROTO_UDP)) in qeth_tx_csum() 1143 struct qeth_qdio_out_q *queue, int ipv, 1146 int ipv, unsigned int data_len));
|
| D | qeth_l2_main.c | 160 int ipv, unsigned int data_len) in qeth_l2_fill_header() argument 172 qeth_tx_csum(skb, &hdr->hdr.l2.flags[1], ipv); in qeth_l2_fill_header()
|
| D | qeth_core_main.c | 4370 struct qeth_qdio_out_q *queue, int ipv, in qeth_xmit() argument 4373 int ipv, unsigned int data_len)) in qeth_xmit() 4406 fill_header(queue, hdr, skb, ipv, frame_len); in qeth_xmit()
|
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | devlink_trap_l3_drops.sh | 451 local ipv="4" 456 __ipv4_header_corrupted_test "wrong IHL" $ipv 4 $checksum 457 __ipv4_header_corrupted_test "wrong checksum" $ipv $ihl "00:00"
|
| /Linux-v5.10/tools/testing/selftests/netfilter/ |
| D | conntrack_icmp_related.sh | 125 ip netns exec nsrouter1 sysctl -q net.ipv$i.conf.all.forwarding=1 126 ip netns exec nsrouter2 sysctl -q net.ipv$i.conf.all.forwarding=1
|
| /Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | en_fs.c | 828 u8 ipv; in mlx5e_generate_ttc_rule() local 840 ipv = mlx5e_etype_to_ipv(etype); in mlx5e_generate_ttc_rule() 841 if (match_ipv_outer && ipv) { in mlx5e_generate_ttc_rule() 844 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_version, ipv); in mlx5e_generate_ttc_rule() 999 u8 ipv; in mlx5e_generate_inner_ttc_rule() local 1005 ipv = mlx5e_etype_to_ipv(etype); in mlx5e_generate_inner_ttc_rule() 1006 if (etype && ipv) { in mlx5e_generate_inner_ttc_rule() 1009 MLX5_SET(fte_match_param, spec->match_value, inner_headers.ip_version, ipv); in mlx5e_generate_inner_ttc_rule()
|
| /Linux-v5.10/net/sched/ |
| D | act_gate.c | 191 entry->ipv = nla_get_s32(tb[TCA_GATE_ENTRY_IPV]); in fill_gate_entry() 193 entry->ipv = -1; in fill_gate_entry() 490 if (nla_put_s32(skb, TCA_GATE_ENTRY_IPV, entry->ipv)) in dumping_entry()
|
| /Linux-v5.10/tools/testing/selftests/net/ |
| D | xfrm_policy.sh | 355 ip netns exec ns$i sysctl net.ipv$j.conf.eth1.forwarding=1 > /dev/null 356 ip netns exec ns$i sysctl net.ipv$j.conf.veth0.forwarding=1 > /dev/null
|
| D | fib_nexthops.sh | 259 local ipv=$1 270 if [ $ipv -eq 4 ]; then
|
| /Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
| D | enetc_qos.c | 808 if (from->ipv >= 0) in enetc_streamgate_hw_set() 809 to->multi |= ((from->ipv & 0x7) << 5) | 0x08; in enetc_streamgate_hw_set() 1212 e[i].ipv = entryg->gate.entries[i].ipv; in enetc_psfp_parse_clsflower()
|