Home
last modified time | relevance | path

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

/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h24431 struct tcp_ulp_ops { struct
24432 struct list_head list;
24433 int (*init)(struct sock *);
24434 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
24435 void (*release)(struct sock *);
24436 int (*get_info)(struct sock *, struct sk_buff *);
24437 size_t (*get_info_size)(const struct sock *);
24438 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
24439 char name[16];
24440 struct module *owner;
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h37708 struct tcp_ulp_ops { struct
37709 struct list_head list;
37710 int (*init)(struct sock *);
37711 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
37712 void (*release)(struct sock *);
37713 int (*get_info)(const struct sock *, struct sk_buff *);
37714 size_t (*get_info_size)(const struct sock *);
37715 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
37716 char name[16];
37717 struct module *owner;
H A Dvmlinux_600.h37708 struct tcp_ulp_ops { struct
37709 struct list_head list;
37710 int (*init)(struct sock *);
37711 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
37712 void (*release)(struct sock *);
37713 int (*get_info)(const struct sock *, struct sk_buff *);
37714 size_t (*get_info_size)(const struct sock *);
37715 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
37716 char name[16];
37717 struct module *owner;
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h62504 struct tcp_ulp_ops { struct
62505 struct list_head list;
62506 int (*init)(struct sock *);
62507 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
62508 void (*release)(struct sock *);
62509 int (*get_info)(const struct sock *, struct sk_buff *);
62510 size_t (*get_info_size)(const struct sock *);
62511 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
62512 char name[16];
62513 struct module *owner;
H A Dvmlinux_602.h62504 struct tcp_ulp_ops { struct
62505 struct list_head list;
62506 int (*init)(struct sock *);
62507 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
62508 void (*release)(struct sock *);
62509 int (*get_info)(const struct sock *, struct sk_buff *);
62510 size_t (*get_info_size)(const struct sock *);
62511 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
62512 char name[16];
62513 struct module *owner;
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h117596 struct tcp_ulp_ops { struct
117597 struct list_head list;
117598 int (*init)(struct sock *);
117599 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
117600 void (*release)(struct sock *);
117601 int (*get_info)(const struct sock *, struct sk_buff *);
117602 size_t (*get_info_size)(const struct sock *);
117603 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
117604 char name[16];
117605 struct module *owner;
H A Dvmlinux_518.h117596 struct tcp_ulp_ops { struct
117597 struct list_head list;
117598 int (*init)(struct sock *);
117599 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
117600 void (*release)(struct sock *);
117601 int (*get_info)(const struct sock *, struct sk_buff *);
117602 size_t (*get_info_size)(const struct sock *);
117603 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
117604 char name[16];
117605 struct module *owner;
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A 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;
/aosp_15_r20/external/bcc/libbpf-tools/arm64/
H A Dvmlinux_608.h62243 struct tcp_ulp_ops { struct
62244 struct list_head list;
62245 int (*init)(struct sock *);
62246 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
62247 void (*release)(struct sock *);
62248 int (*get_info)(const struct sock *, struct sk_buff *);
62249 size_t (*get_info_size)(const struct sock *);
62250 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
62251 char name[16];
62252 struct module *owner;
H A Dvmlinux.h62243 struct tcp_ulp_ops { struct
62244 struct list_head list;
62245 int (*init)(struct sock *);
62246 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
62247 void (*release)(struct sock *);
62248 int (*get_info)(const struct sock *, struct sk_buff *);
62249 size_t (*get_info_size)(const struct sock *);
62250 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
62251 char name[16];
62252 struct module *owner;
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h118445 struct tcp_ulp_ops { struct
118446 struct list_head list;
118447 int (*init)(struct sock *);
118448 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
118449 void (*release)(struct sock *);
118450 int (*get_info)(const struct sock *, struct sk_buff *);
118451 size_t (*get_info_size)(const struct sock *);
118452 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
118453 char name[16];
118454 struct module *owner;
H A Dvmlinux.h118445 struct tcp_ulp_ops { struct
118446 struct list_head list;
118447 int (*init)(struct sock *);
118448 void (*update)(struct sock *, struct proto *, void (*)(struct sock *));
118449 void (*release)(struct sock *);
118450 int (*get_info)(const struct sock *, struct sk_buff *);
118451 size_t (*get_info_size)(const struct sock *);
118452 void (*clone)(const struct request_sock *, struct sock *, const gfp_t);
118453 char name[16];
118454 struct module *owner;
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A 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;