Searched refs:TCPHDR_ACK (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_tcp_hdr_options.h | 45 #define TCPHDR_ACK 0x10 macro 49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
|
/linux/net/netfilter/ |
H A D | nf_conntrack_proto_tcp.c | 780 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK| 785 [TCPHDR_SYN|TCPHDR_ACK] = 1, 787 [TCPHDR_RST|TCPHDR_ACK] = 1, 788 [TCPHDR_FIN|TCPHDR_ACK] = 1, 789 [TCPHDR_FIN|TCPHDR_ACK|TCPHDR_URG] = 1, 790 [TCPHDR_ACK] = 1, 791 [TCPHDR_ACK|TCPHDR_URG] = 1,
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 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()
|
/linux/net/ipv4/ |
H A D | tcp_output.c | 1444 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_transmit_skb() 2520 TCP_SKB_CB(nskb)->tcp_flags = TCPHDR_ACK; in tcp_mtu_probe() 3618 TCPHDR_ACK | TCPHDR_FIN); in tcp_send_fin() 3646 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset() 3673 if (!(TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK)) { in tcp_send_synack() 3692 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ACK; in tcp_send_synack() 3804 TCP_SKB_CB(skb)->tcp_flags = TCPHDR_SYN | TCPHDR_ACK; in tcp_make_synack() 4043 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data() 4266 tcp_init_nondata_skb(buff, tcp_acceptable_seq(sk), TCPHDR_ACK); in __tcp_send_ack() 4312 tcp_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_xmit_probe_skb()
|
H A D | tcp_ao.c | 826 if (!(tcb->tcp_flags & TCPHDR_ACK)) { in tcp_ao_transmit_skb()
|
H A D | tcp_ipv4.c | 2058 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) ||
|
H A D | tcp.c | 682 tcb->tcp_flags = TCPHDR_ACK; in tcp_skb_entail()
|
/linux/net/mptcp/ |
H A D | options.c | 44 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) { in mptcp_parse_option()
|
/linux/include/net/ |
H A D | tcp.h | 935 #define TCPHDR_ACK 0x10 macro
|