Home
last modified time | relevance | path

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

/aosp_15_r20/external/bcc/examples/networking/tcp_mon_block/src/
H A Dtcp_mon_block.c64 #ifndef tcp_flag_byte
65 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro