Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_ipv4.c3004 struct bpf_tcp_iter_state { struct
3005 struct tcp_iter_state state;
3006 unsigned int cur_sk;
3007 unsigned int end_sk;
3031 static void bpf_iter_tcp_put_batch(struct bpf_tcp_iter_state *iter) argument