Home
last modified time | relevance | path

Searched refs:__check_active_hdr_in (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_misc_tcp_hdr_options.c32 static int __check_active_hdr_in(struct bpf_sock_ops *skops, bool check_syn) in __check_active_hdr_in() function
126 return __check_active_hdr_in(skops, true); in check_active_syn_in()
133 if (__check_active_hdr_in(skops, false) == CG_ERR) in check_active_hdr_in()