Searched refs:gre_protocol (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | gre_demux.c | 33 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()
|
D | ip_gre.c | 1051 static const struct gre_protocol ipgre_protocol = {
|
/Linux-v4.19/include/net/ |
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-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.c | 190 PRINT_MASKED_VAL_MISC(u8, gre_protocol, gre_protocol, p, "%u"); in print_misc_parameters_hdrs()
|
/Linux-v4.19/drivers/net/ppp/ |
D | pptp.c | 642 static const struct gre_protocol gre_pptp_protocol = {
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 2700 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/ |
D | mlx5_ifc.h | 439 u8 gre_protocol[0x10]; member
|