Home
last modified time | relevance | path

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

/linux-6.8/net/ipv4/
Dtcp_ipv4.c2964 struct bpf_tcp_iter_state { struct
2965 struct tcp_iter_state state;
2966 unsigned int cur_sk;
2967 unsigned int end_sk;
2991 static void bpf_iter_tcp_put_batch(struct bpf_tcp_iter_state *iter) argument