Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/examples/networking/tcp_mon_block/src/
H A Dtcp_mon_block.c72 static __always_inline int tcp_header_bound_check(struct tcphdr* tcp, void* data_end) in tcp_header_bound_check() function
121 if (tcp_header_bound_check(tcp, data_end)) in handle_egress()