Home
last modified time | relevance | path

Searched refs:TCPHDR_ACK (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h45 #define TCPHDR_ACK 0x10 macro
49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h45 #define TCPHDR_ACK 0x10 macro
49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_proto_tcp.c707 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 Dtcp_nip_output.c574 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 Dtcp_nip.c1420 tcb->tcp_flags = TCPHDR_ACK; in skb_nip_entail()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_proto_tcp.c780 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 Dvcap_tc.c298 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 Dtcp_output.c1377 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 Dtcp_ipv4.c1835 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
H A Dtcp.c685 tcb->tcp_flags = TCPHDR_ACK; in skb_entail()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c1388 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 Dtcp_ipv4.c1866 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
H A Dtcp.c668 tcb->tcp_flags = TCPHDR_ACK; in tcp_skb_entail()
/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c39 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) in mptcp_parse_option()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h817 #define TCPHDR_ACK 0x10 macro
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h842 #define TCPHDR_ACK 0x10 macro
/kernel/linux/linux-6.6/net/mptcp/
H A Doptions.c44 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) { in mptcp_parse_option()

Completed in 48 milliseconds