Searched refs:gre_protocol (Results 1 – 7 of 7) sorted by relevance
| /linux/include/net/ |
| H A D | gre.h | 27 struct gre_protocol { struct 32 int gre_add_protocol(const struct gre_protocol *proto, u8 version); argument 33 int gre_del_protocol(const struct gre_protocol *proto, u8 version);
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun_gre.c | 73 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, gre_protocol); in mlx5e_tc_tun_parse_gretap() 74 MLX5_SET(fte_match_set_misc, misc_v, gre_protocol, ETH_P_TEB); in mlx5e_tc_tun_parse_gretap()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | definer.c | 1134 if (HWS_IS_FLD_SET(match_param, misc_parameters.gre_protocol)) { in hws_definer_conv_misc() 1138 misc_parameters.gre_protocol, in hws_definer_conv_misc() 1140 curr_fc->bit_mask = __mlx5_mask(header_gre, gre_protocol); in hws_definer_conv_misc() 1141 curr_fc->bit_off = __mlx5_dw_bit_off(header_gre, gre_protocol); in hws_definer_conv_misc()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_matcher.c | 84 misc->gre_protocol || misc->gre_c_present || in dr_mask_is_tnl_gre_set()
|
| H A D | dr_ste_v1.c | 1465 DR_STE_SET_TAG(gre_v1, tag, gre_protocol, misc, gre_protocol); in dr_ste_v1_build_tnl_gre_tag()
|
| H A D | dr_types.h | 689 u32 gre_protocol:16; /* GRE Protocol (outer) */ member
|
| /linux/net/ipv4/ |
| H A D | ip_gre.c | 1070 static const struct gre_protocol ipgre_protocol = {
|