Searched refs:gre_protocol (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/net/ipv4/ |
H A D | gre_demux.c | 29 static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly; 31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() 36 return (cmpxchg((const struct gre_protocol **)&gre_proto[version], NULL, proto) == NULL) ? in gre_add_protocol() 41 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() 48 ret = (cmpxchg((const struct gre_protocol **)&gre_proto[version], proto, NULL) == proto) ? in gre_del_protocol() 148 const struct gre_protocol *proto; in gre_rcv() 176 const struct gre_protocol *proto; in gre_err()
|
H A D | ip_gre.c | 1023 static const struct gre_protocol ipgre_protocol = {
|
/openbmc/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);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_gre.c | 69 MLX5_SET_TO_ONES(fte_match_set_misc, misc_c, gre_protocol); in mlx5e_tc_tun_parse_gretap() 70 MLX5_SET(fte_match_set_misc, misc_v, gre_protocol, ETH_P_TEB); in mlx5e_tc_tun_parse_gretap()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
H A D | fs_tracepoint.c | 191 PRINT_MASKED_VAL_MISC(u8, gre_protocol, gre_protocol, p, "%u"); in print_misc_parameters_hdrs()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | mlx5_ifc_dr_ste_v1.h | 430 u8 gre_protocol[0x10]; member
|
H A D | mlx5_ifc_dr.h | 419 u8 gre_protocol[0x10]; member
|
H A D | dr_ste.c | 833 spec->gre_protocol = IFC_GET_CLR(fte_match_set_misc, mask, gre_protocol, clr); in dr_ste_copy_mask_misc()
|
H A D | dr_ste_v0.c | 1248 DR_STE_SET_TAG(gre, tag, gre_protocol, misc, gre_protocol); in dr_ste_v0_build_tnl_gre_tag()
|
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 | 1601 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 | 693 u32 gre_protocol:16; /* GRE Protocol (outer) */ member
|
/openbmc/linux/drivers/net/ppp/ |
H A D | pptp.c | 642 static const struct gre_protocol gre_pptp_protocol = {
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 408 MLX5_SET(fte_match_set_misc, misc_params_c, gre_protocol, in parse_flow_attr() 410 MLX5_SET(fte_match_set_misc, misc_params_v, gre_protocol, in parse_flow_attr()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | mlx5_ifc.h | 599 u8 gre_protocol[0x10]; member
|