Home
last modified time | relevance | path

Searched refs:gre_protocol (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/ipv4/
Dgre_demux.c33 static const struct gre_protocol __rcu *gre_proto[GREPROTO_MAX] __read_mostly;
35 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol()
40 return (cmpxchg((const struct gre_protocol **)&gre_proto[version], NULL, proto) == NULL) ? in gre_add_protocol()
45 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol()
52 ret = (cmpxchg((const struct gre_protocol **)&gre_proto[version], proto, NULL) == proto) ? in gre_del_protocol()
127 const struct gre_protocol *proto; in gre_rcv()
155 const struct gre_protocol *proto; in gre_err()
Dip_gre.c1051 static const struct gre_protocol ipgre_protocol = {
/Linux-v4.19/include/net/
Dgre.h27 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-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.c190 PRINT_MASKED_VAL_MISC(u8, gre_protocol, gre_protocol, p, "%u"); in print_misc_parameters_hdrs()
/Linux-v4.19/drivers/net/ppp/
Dpptp.c642 static const struct gre_protocol gre_pptp_protocol = {
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c2700 MLX5_SET(fte_match_set_misc, misc_params_c, gre_protocol, in parse_flow_attr()
2702 MLX5_SET(fte_match_set_misc, misc_params_v, gre_protocol, in parse_flow_attr()
/Linux-v4.19/include/linux/mlx5/
Dmlx5_ifc.h439 u8 gre_protocol[0x10]; member