Searched refs:get_tcpoff (Results 1 – 3 of 3) sorted by relevance
1520 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro1541 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
2287 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro2310 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
1379 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro1404 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4) { in ip_active_pkt()