tcp_ulp_ops
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: Absent ⚠️
4.13
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*release)(struct sock *);
char name[16];
struct module *owner;
};
4.15
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*release)(struct sock *);
char name[16];
struct module *owner;
};
4.18
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*release)(struct sock *);
int uid;
char name[16];
bool user_visible;
struct module *owner;
};
5.0
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*release)(struct sock *);
char name[16];
struct module *owner;
};
5.3
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *);
void (*release)(struct sock *);
char name[16];
struct module *owner;
};
5.4
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
5.8
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
5.11
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
5.13
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
5.15
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
5.19
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
6.2
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
6.5
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
6.8
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
char name[16];
struct module *owner;
};
arm64
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
armhf
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
ppc64el
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
riscv64
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
aws
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
azure
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
gcp
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
lowlatency
: ✅struct tcp_ulp_ops {
struct list_head list;
int (*init)(struct sock *);
void (*update)(struct sock *, struct proto *, void(*)(struct sock *));
void (*release)(struct sock *);
int (*get_info)(const struct sock *, struct sk_buff *);
size_t (*get_info_size)(const struct sock *);
char name[16];
struct module *owner;
};
Regular
4.13
and 4.15
✅
4.15
and 4.18
⚠️int uid
bool user_visible
4.18
and 5.0
⚠️int uid
bool user_visible
5.0
and 5.3
⚠️void (*update)(struct sock *, struct proto *)
5.3
and 5.4
⚠️int (*get_info)(const struct sock *, struct sk_buff *)
size_t (*get_info_size)(const struct sock *)
void (*update)(struct sock *, struct proto *)
➡️ void (*update)(struct sock *, struct proto *, void(*)(struct sock *))
5.4
and 5.8
⚠️void (*clone)(const struct request_sock *, struct sock *, const gfp_t)
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
✅
6.5
and 6.8
⚠️int (*get_info)(const struct sock *, struct sk_buff *)
➡️ int (*get_info)(struct sock *, struct sk_buff *)
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅