Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c2778 struct bpf_tcp_iter_state { struct
2779 struct tcp_iter_state state;
2780 unsigned int cur_sk;
2781 unsigned int end_sk;
2805 static void bpf_iter_tcp_put_batch(struct bpf_tcp_iter_state *iter) in bpf_iter_tcp_put_batch() argument