Searched refs:tcp_h (Results 1 – 1 of 1) sorted by relevance
880 struct tcphdr tcp_h; in want_packet() local892 memcpy(&tcp_h, tcp, sizeof (tcp_h)); in want_packet()893 slp_sport = ntohs(tcp_h.th_sport); in want_packet()894 slp_dport = ntohs(tcp_h.th_dport); in want_packet()