Searched refs:th_flags (Results 1 – 5 of 5) sorted by relevance
82 tcp_pkt->th_flags); in handle_primary_tcp_pkt()89 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN)) && in handle_primary_tcp_pkt()94 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_primary_tcp_pkt()102 if (((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK)) { in handle_primary_tcp_pkt()130 if ((tcp_pkt->th_flags & TH_FIN) == TH_FIN) { in handle_primary_tcp_pkt()189 tcp_pkt->th_flags); in handle_secondary_tcp_pkt()197 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == (TH_ACK | TH_SYN))) { in handle_secondary_tcp_pkt()208 ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_SYN)) { in handle_secondary_tcp_pkt()212 if ((tcp_pkt->th_flags & (TH_ACK | TH_SYN)) == TH_ACK) { in handle_secondary_tcp_pkt()227 (tcp_pkt->th_flags & (TH_ACK | TH_FIN)) == (TH_ACK | TH_FIN)) { in handle_secondary_tcp_pkt()[all …]
216 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
49 u16 th_flags; member
176 u_char th_flags; member
630 th->th_flags &= ~(TH_FIN | TH_PUSH); in net_tx_pkt_tcp_fragment_init()683 th->th_flags &= ~TH_CWR; in net_tx_pkt_tcp_fragment_advance()