gre_protocol 2909 drivers/infiniband/hw/mlx5/main.c MLX5_SET(fte_match_set_misc, misc_params_c, gre_protocol, gre_protocol 2911 drivers/infiniband/hw/mlx5/main.c MLX5_SET(fte_match_set_misc, misc_params_v, gre_protocol, gre_protocol 190 drivers/net/ethernet/mellanox/mlx5/core/diag/fs_tracepoint.c PRINT_MASKED_VAL_MISC(u8, gre_protocol, gre_protocol, p, "%u"); gre_protocol 69 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, gre_protocol); gre_protocol 70 drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_gre.c MLX5_SET(fte_match_set_misc, misc_v, gre_protocol, ETH_P_TEB); gre_protocol 91 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_matcher.c misc->gre_protocol || misc->gre_c_present || gre_protocol 839 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c spec->gre_protocol = MLX5_GET(fte_match_set_misc, mask, gre_protocol); gre_protocol 1701 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_MASK_V(gre, bit_mask, gre_protocol, misc_mask, gre_protocol); gre_protocol 1718 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_ste.c DR_STE_SET_TAG(gre, tag, gre_protocol, misc, gre_protocol); gre_protocol 485 drivers/net/ethernet/mellanox/mlx5/core/steering/dr_types.h u32 gre_protocol:16; /* GRE Protocol (outer) */ gre_protocol 509 drivers/net/ethernet/mellanox/mlx5/core/steering/mlx5_ifc_dr.h u8 gre_protocol[0x10]; gre_protocol 636 drivers/net/ppp/pptp.c static const struct gre_protocol gre_pptp_protocol = { gre_protocol 511 include/linux/mlx5/mlx5_ifc.h u8 gre_protocol[0x10]; gre_protocol 32 include/net/gre.h int gre_add_protocol(const struct gre_protocol *proto, u8 version); gre_protocol 33 include/net/gre.h int gre_del_protocol(const struct gre_protocol *proto, u8 version); gre_protocol 29 net/ipv4/gre_demux.c static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly; gre_protocol 31 net/ipv4/gre_demux.c int gre_add_protocol(const struct gre_protocol *proto, u8 version) gre_protocol 36 net/ipv4/gre_demux.c return (cmpxchg((const struct gre_protocol **)&gre_proto[version], NULL, proto) == NULL) ? gre_protocol 41 net/ipv4/gre_demux.c int gre_del_protocol(const struct gre_protocol *proto, u8 version) gre_protocol 48 net/ipv4/gre_demux.c ret = (cmpxchg((const struct gre_protocol **)&gre_proto[version], proto, NULL) == proto) ? gre_protocol 148 net/ipv4/gre_demux.c const struct gre_protocol *proto; gre_protocol 176 net/ipv4/gre_demux.c const struct gre_protocol *proto; gre_protocol 981 net/ipv4/ip_gre.c static const struct gre_protocol ipgre_protocol = {