Searched defs:tcp_ulp_ops (Results 1 – 7 of 7) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 75972 struct tcp_ulp_ops { struct 75973 struct list_head list; 75974 int (*init)(struct sock *); 75975 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 75976 void (*release)(struct sock *); 75977 int (*get_info)(const struct sock *, struct sk_buff *); 75978 size_t (*get_info_size)(const struct sock *); 75979 void (*clone)(const struct request_sock *, struct sock *, const gfp_t); 75980 char name[16]; 75981 struct module *owner;
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 109288 struct tcp_ulp_ops { struct 109289 struct list_head list; 109290 int (*init)(struct sock *); 109291 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 109292 void (*release)(struct sock *); 109293 int (*get_info)(const struct sock *, struct sk_buff *); 109294 size_t (*get_info_size)(const struct sock *); 109295 void (*clone)(const struct request_sock *, struct sock *, const gfp_t); 109296 char name[16]; 109297 struct module *owner;
|
| D | vmlinux.h | 109288 struct tcp_ulp_ops { struct 109289 struct list_head list; 109290 int (*init)(struct sock *); 109291 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 109292 void (*release)(struct sock *); 109293 int (*get_info)(const struct sock *, struct sk_buff *); 109294 size_t (*get_info_size)(const struct sock *); 109295 void (*clone)(const struct request_sock *, struct sock *, const gfp_t); 109296 char name[16]; 109297 struct module *owner;
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 77768 struct tcp_ulp_ops { struct 77769 struct list_head list; 77770 int (*init)(struct sock *); 77771 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 77772 void (*release)(struct sock *); 77773 int (*get_info)(const struct sock *, struct sk_buff *); 77774 size_t (*get_info_size)(const struct sock *); 77775 void (*clone)(const struct request_sock *, struct sock *, const gfp_t); 77776 char name[16]; 77777 struct module *owner;
|
| D | vmlinux_510.h | 77768 struct tcp_ulp_ops { struct 77769 struct list_head list; 77770 int (*init)(struct sock *); 77771 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 77772 void (*release)(struct sock *); 77773 int (*get_info)(const struct sock *, struct sk_buff *); 77774 size_t (*get_info_size)(const struct sock *); 77775 void (*clone)(const struct request_sock *, struct sock *, const gfp_t); 77776 char name[16]; 77777 struct module *owner;
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 103867 struct tcp_ulp_ops { struct 103868 struct list_head list; 103869 int (*init)(struct sock *); 103870 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 103871 void (*release)(struct sock *); 103872 int (*get_info)(const struct sock *, struct sk_buff *); 103873 size_t (*get_info_size)(const struct sock *); 103874 char name[16]; 103875 struct module *owner;
|
| D | vmlinux.h | 103867 struct tcp_ulp_ops { struct 103868 struct list_head list; 103869 int (*init)(struct sock *); 103870 void (*update)(struct sock *, struct proto *, void (*)(struct sock *)); 103871 void (*release)(struct sock *); 103872 int (*get_info)(const struct sock *, struct sk_buff *); 103873 size_t (*get_info_size)(const struct sock *); 103874 char name[16]; 103875 struct module *owner;
|