|
@@ -2051,11 +2051,6 @@ enum hrtimer_restart tcp_pace_kick(struct hrtimer *timer);
|
|
#define TCP_ULP_MAX 128
|
|
#define TCP_ULP_MAX 128
|
|
#define TCP_ULP_BUF_MAX (TCP_ULP_NAME_MAX*TCP_ULP_MAX)
|
|
#define TCP_ULP_BUF_MAX (TCP_ULP_NAME_MAX*TCP_ULP_MAX)
|
|
|
|
|
|
-enum {
|
|
|
|
- TCP_ULP_TLS,
|
|
|
|
- TCP_ULP_BPF,
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
struct tcp_ulp_ops {
|
|
struct tcp_ulp_ops {
|
|
struct list_head list;
|
|
struct list_head list;
|
|
|
|
|
|
@@ -2064,9 +2059,7 @@ struct tcp_ulp_ops {
|
|
/* cleanup ulp */
|
|
/* cleanup ulp */
|
|
void (*release)(struct sock *sk);
|
|
void (*release)(struct sock *sk);
|
|
|
|
|
|
- int uid;
|
|
|
|
char name[TCP_ULP_NAME_MAX];
|
|
char name[TCP_ULP_NAME_MAX];
|
|
- bool user_visible;
|
|
|
|
struct module *owner;
|
|
struct module *owner;
|
|
};
|
|
};
|
|
int tcp_register_ulp(struct tcp_ulp_ops *type);
|
|
int tcp_register_ulp(struct tcp_ulp_ops *type);
|