Home
last modified time | relevance | path

Searched refs:th_flags (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/net/
H A Dfilter-rewriter.c82 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 …]
H A Dcolo-compare.c216 pkt->flags = tcphd->th_flags; in fill_pkt_tcp_info()
/openbmc/linux/security/apparmor/include/
H A Dmatch.h49 u16 th_flags; member
/openbmc/qemu/include/net/
H A Deth.h176 u_char th_flags; member
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c630 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()