Lines Matching full:get_tcpflags
1538 #define get_tcpflags(x) (((unsigned char *)(x))[13])1558 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)