Home
last modified time | relevance | path

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

/linux-6.14.4/net/ipv4/
Dtcp_ipv4.c3005 struct bpf_tcp_iter_state { struct
3006 struct tcp_iter_state state;
3007 unsigned int cur_sk;
3008 unsigned int end_sk;
3032 static void bpf_iter_tcp_put_batch(struct bpf_tcp_iter_state *iter) argument