Searched refs:TCPHDR_ACK (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_tcp_hdr_options.h | 45 #define TCPHDR_ACK 0x10 macro 49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
|
/linux-6.6.21/net/netfilter/ |
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-6.6.21/drivers/net/ethernet/microchip/vcap/ |
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-6.6.21/net/ipv4/ |
D | tcp_output.c | 1388 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_transmit_skb() 2472 TCP_SKB_CB(nskb)->tcp_flags = TCPHDR_ACK; in tcp_mtu_probe() 3545 TCPHDR_ACK | TCPHDR_FIN); in tcp_send_fin() 3572 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset() 3599 if (!(TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK)) { in tcp_send_synack() 3618 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ACK; in tcp_send_synack() 3699 TCP_SKB_CB(skb)->tcp_flags = TCPHDR_SYN | TCPHDR_ACK; in tcp_make_synack() 3927 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data() 4106 tcp_init_nondata_skb(buff, tcp_acceptable_seq(sk), TCPHDR_ACK); in __tcp_send_ack() 4152 tcp_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_xmit_probe_skb()
|
D | tcp_ipv4.c | 1866 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
|
D | tcp.c | 668 tcb->tcp_flags = TCPHDR_ACK; in tcp_skb_entail()
|
/linux-6.6.21/net/mptcp/ |
D | options.c | 44 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) { in mptcp_parse_option()
|
/linux-6.6.21/include/net/ |
D | tcp.h | 842 #define TCPHDR_ACK 0x10 macro
|