/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.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 | 980 static inline struct dst_entry *qeth_dst_check_rcu(struct sk_buff *skb, int ipv) in qeth_dst_check_rcu() argument 987 dst = dst_check(dst, (ipv == 6) ? rt6_get_cookie(rt) : 0); in qeth_dst_check_rcu() 1010 static inline void qeth_tx_csum(struct sk_buff *skb, u8 *flags, int ipv) in qeth_tx_csum() argument 1013 if ((ipv == 4 && ip_hdr(skb)->protocol == IPPROTO_UDP) || in qeth_tx_csum() 1014 (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 | 4357 struct qeth_qdio_out_q *queue, int ipv, in qeth_xmit() argument 4360 int ipv, unsigned int data_len)) in qeth_xmit() 4393 fill_header(queue, hdr, skb, ipv, frame_len); in qeth_xmit()
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_l3_drops.sh | 454 local ipv="4" 459 __ipv4_header_corrupted_test "wrong IHL" $ipv 4 $checksum 460 __ipv4_header_corrupted_test "wrong checksum" $ipv $ihl "00:00"
|
/kernel/linux/linux-5.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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_fs.c | 829 u8 ipv; in mlx5e_generate_ttc_rule() local 841 ipv = mlx5e_etype_to_ipv(etype); in mlx5e_generate_ttc_rule() 842 if (match_ipv_outer && ipv) { in mlx5e_generate_ttc_rule() 845 MLX5_SET(fte_match_param, spec->match_value, outer_headers.ip_version, ipv); in mlx5e_generate_ttc_rule() 1001 u8 ipv; in mlx5e_generate_inner_ttc_rule() local 1007 ipv = mlx5e_etype_to_ipv(etype); in mlx5e_generate_inner_ttc_rule() 1008 if (etype && ipv) { in mlx5e_generate_inner_ttc_rule() 1011 MLX5_SET(fte_match_param, spec->match_value, inner_headers.ip_version, ipv); in mlx5e_generate_inner_ttc_rule()
|
/kernel/linux/linux-5.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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
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
|
D | fib_nexthops.sh | 259 local ipv=$1 270 if [ $ipv -eq 4 ]; then
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 812 if (from->ipv >= 0) in enetc_streamgate_hw_set() 813 to->multi |= ((from->ipv & 0x7) << 5) | 0x08; in enetc_streamgate_hw_set() 1216 e[i].ipv = entryg->gate.entries[i].ipv; in enetc_psfp_parse_clsflower()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 2059 + (gcl + count)->ipv = 2261 + s8 ipv; 2276 + ipv = (gcl + i)->ipv; 2284 + if (nla_put_s8(rep_skb, TSN_SGI_ATTR_GCL_IPV, ipv) || 2457 + s8 ipv; 2472 + ipv = (gcl + i)->ipv; 2480 + if (nla_put_s8(rep_skb, TSN_SGI_ATTR_GCL_IPV, ipv) ||
|
D | 0005_linux_include.patch | 23686 + __s8 ipv;
|