Searched refs:icmp_type (Results 1 - 15 of 15) sorted by relevance

/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_ip.h45 __u8 icmp_type[2]; member in union:ebt_ip_info::__anon13102
/linux-master/net/bridge/netfilter/
H A Debt_ip.c90 pptr->icmphdr.type < info->icmp_type[0] ||
91 pptr->icmphdr.type > info->icmp_type[1] ||
132 if (info->icmp_type[0] > info->icmp_type[1] ||
/linux-master/include/uapi/linux/
H A Dopenvswitch.h482 __u8 icmp_type; member in struct:ovs_key_icmp
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c1756 u8 *icmp_type; local
1761 icmp_type = &misc3->icmpv4_type;
1765 icmp_type = &misc3->icmpv6_type;
1770 MLX5_SET(ste_icmp_v1, tag, icmp_type, *icmp_type);
1774 *icmp_type = 0;
H A Ddr_ste_v0.c1413 u8 *icmp_type; local
1421 icmp_type = &misc_3->icmpv4_type;
1427 icmp_type = &misc_3->icmpv6_type;
1434 icmp_hdr = (*icmp_type << ICMP_TYPE_OFFSET_FIRST_DW) |
1438 *icmp_type = 0;
H A Dmlx5_ifc_dr_ste_v1.h462 u8 icmp_type[0x8]; member in struct:mlx5_ifc_ste_icmp_v1_bits
H A Ddr_ste.c970 spec->icmpv4_type = IFC_GET_CLR(fte_match_set_misc3, mask, icmp_type, clr);
/linux-master/net/ipv4/
H A Dip_output.c1469 u8 icmp_type; local
1472 * so icmphdr does not in skb linear region and can not get icmp_type
1477 icmp_type = fl4->fl4_icmp_type;
1479 icmp_type = icmp_hdr(skb)->type;
1480 icmp_out_count(net, icmp_type);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c984 NPC_WRITE_FLOW(NPC_TYPE_ICMP, icmp_type, pkt->icmp_type, 0,
985 mask->icmp_type, 0);
H A Dmbox.h1563 u8 icmp_type; member in struct:flow_msg
H A Drvu_debugfs.c2914 seq_printf(s, "%d ", rule->packet.icmp_type);
2915 seq_printf(s, "mask 0x%x\n", rule->mask.icmp_type);
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c934 flow_spec->icmp_type = match.key->type;
935 flow_mask->icmp_type = match.mask->type;
/linux-master/net/openvswitch/
H A Dflow_netlink.c1719 htons(icmp_key->icmp_type), is_mask);
2222 icmp_key->icmp_type = ntohs(output->tp.src);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2983 MLX5_SET(fte_match_set_misc3, misc_c_3, icmp_type,
2985 MLX5_SET(fte_match_set_misc3, misc_v_3, icmp_type,
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h692 u8 icmp_type[0x8]; member in struct:mlx5_ifc_fte_match_set_misc3_bits

Completed in 276 milliseconds