Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_misc_tcp_hdr_options.c273 static int handle_parse_hdr(struct bpf_sock_ops *skops) in handle_parse_hdr() function
321 return handle_parse_hdr(skops); in misc_estab()
H A Dtest_tcp_hdr_options.c438 * packet is received at handle_parse_hdr() in handle_active_estab()
440 * handle_parse_hdr(). in handle_active_estab()
499 * All cb_flags will be cleared in handle_parse_hdr(). in handle_passive_estab()
528 static int handle_parse_hdr(struct bpf_sock_ops *skops) in handle_passive_estab()
609 return handle_parse_hdr(skops); in estab()
531 static int handle_parse_hdr(struct bpf_sock_ops *skops) handle_parse_hdr() function