Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dtcp.h811 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro
/kernel/linux/linux-6.6/include/net/
Dtcp.h854 #define tcp_flag_byte(th) (((u_int8_t *)th)[13]) macro