Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h133285 struct netns_ipvs { struct
133286 int gen;
133287 int enable;
133288 struct hlist_head rs_table[16];
133289 struct list_head app_list;
133290 struct ip_vs_proto_data *proto_data_table[32];
133291 struct list_head tcp_apps[16];
133292 struct list_head udp_apps[16];
133293 struct list_head sctp_apps[16];
133294 atomic_t conn_count;
[all …]
H A Dvmlinux.h133285 struct netns_ipvs { struct
133286 int gen;
133287 int enable;
133288 struct hlist_head rs_table[16];
133289 struct list_head app_list;
133290 struct ip_vs_proto_data *proto_data_table[32];
133291 struct list_head tcp_apps[16];
133292 struct list_head udp_apps[16];
133293 struct list_head sctp_apps[16];
133294 atomic_t conn_count;
[all …]