Home
last modified time | relevance | path

Searched defs:tcp_ulp_ops (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h122463 struct tcp_ulp_ops { struct
122464 struct list_head list;
122465 int (*init)(struct sock *);
122466 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
122467 void (*release)(struct sock *);
122468 int (*get_info)(struct sock *, struct sk_buff *);
122469 size_t (*get_info_size)(const struct sock *);
122470 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
122471 char name[16];
122472 struct module *owner;
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h130098 struct tcp_ulp_ops { struct
130099 struct list_head list;
130100 int (*init)(struct sock *);
130101 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
130102 void (*release)(struct sock *);
130103 int (*get_info)(struct sock *, struct sk_buff *);
130104 size_t (*get_info_size)(const struct sock *);
130105 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
130106 char name[16];
130107 struct module *owner;