/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_proto_tcp.c | 707 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK| 712 [TCPHDR_SYN|TCPHDR_ACK] = 1, 714 [TCPHDR_RST|TCPHDR_ACK] = 1, 715 [TCPHDR_FIN|TCPHDR_ACK] = 1, 716 [TCPHDR_FIN|TCPHDR_ACK|TCPHDR_URG] = 1, 717 [TCPHDR_ACK] = 1, 718 [TCPHDR_ACK|TCPHDR_URG] = 1,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_output.c | 574 ack = tcb->tcp_flags & TCPHDR_ACK; in __tcp_nip_transmit_skb() 583 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_nip_transmit_skb() 974 tcp_nip_init_nondata_skb(buff, tcp_nip_acceptable_seq(sk), TCPHDR_ACK); in __tcp_nip_send_ack() 1012 TCPHDR_ACK | TCPHDR_FIN); in tcp_nip_send_fin() 1036 TCPHDR_ACK | TCPHDR_RST); in tcp_nip_send_active_reset() 1279 tcp_nip_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_nip_xmit_probe_skb()
|
H A D | tcp_nip.c | 1420 tcb->tcp_flags = TCPHDR_ACK; in skb_nip_entail()
|
/kernel/linux/linux-6.6/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,
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_output.c | 1377 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_transmit_skb() 2406 TCP_SKB_CB(nskb)->tcp_flags = TCPHDR_ACK; in tcp_mtu_probe() 3456 TCPHDR_ACK | TCPHDR_FIN); in tcp_send_fin() 3483 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset() 3510 if (!(TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK)) { in tcp_send_synack() 3529 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ACK; in tcp_send_synack() 3609 TCP_SKB_CB(skb)->tcp_flags = TCPHDR_SYN | TCPHDR_ACK; in tcp_make_synack() 3839 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data() 4004 tcp_init_nondata_skb(buff, tcp_acceptable_seq(sk), TCPHDR_ACK); in __tcp_send_ack() 4050 tcp_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_xmit_probe_skb() [all...] |
H A D | tcp_ipv4.c | 1835 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
|
H A D | tcp.c | 685 tcb->tcp_flags = TCPHDR_ACK; in skb_entail()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A 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() [all...] |
H A D | tcp_ipv4.c | 1866 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
|
H A D | tcp.c | 668 tcb->tcp_flags = TCPHDR_ACK; in tcp_skb_entail()
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | options.c | 39 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) in mptcp_parse_option()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 817 #define TCPHDR_ACK 0x10 macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 842 #define TCPHDR_ACK 0x10 macro
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | options.c | 44 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) { in mptcp_parse_option()
|