Searched refs:TCPHDR_ACK (Results 1 – 7 of 7) sorted by relevance
45 #define TCPHDR_ACK 0x10 macro49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
818 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK|823 [TCPHDR_SYN|TCPHDR_ACK] = 1,825 [TCPHDR_RST|TCPHDR_ACK] = 1,826 [TCPHDR_FIN|TCPHDR_ACK] = 1,827 [TCPHDR_FIN|TCPHDR_ACK|TCPHDR_URG] = 1,828 [TCPHDR_ACK] = 1,829 [TCPHDR_ACK|TCPHDR_URG] = 1,
298 if (tcp_flags_mask & TCPHDR_ACK) { in vcap_tc_flower_handler_tcp_usage()300 if (tcp_flags_key & TCPHDR_ACK) in vcap_tc_flower_handler_tcp_usage()
1045 if (unlikely((TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) && in tcp_syn_options() 1687 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_transmit_skb() 2770 TCP_SKB_CB(nskb)->tcp_flags = TCPHDR_ACK; in tcp_mtu_probe() 3841 TCPHDR_ACK | TCPHDR_FIN); in tcp_send_fin() 3869 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset() 3896 if (!(TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK)) { in tcp_send_synack() 3915 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ACK; in tcp_send_synack() 4028 TCP_SKB_CB(skb)->tcp_flags = TCPHDR_SYN | TCPHDR_ACK; in tcp_make_synack() 4273 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data() 4500 tcp_acceptable_seq(sk), TCPHDR_ACK | flag in __tcp_send_ack() [all...]
884 if (!(tcb->tcp_flags & TCPHDR_ACK)) { in tcp_ao_transmit_skb()
1951 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) ||
44 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) { in mptcp_parse_option()