Searched refs:tcp_flag_word (Results 1 – 2 of 2) sorted by relevance
72 #define tcp_flag_word(tp) (((union tcp_word_hdr *)(tp))->words[3]) macro
987 #define tcp_flags_ntohs(th) (ntohs(*(__be16 *)&tcp_flag_word(th)) & \
Completed in 14 milliseconds