Home
last modified time | relevance | path

Searched refs:TCPHDR_ACK (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h45 #define TCPHDR_ACK 0x10 macro
49 #define TCPHDR_SYNACK (TCPHDR_SYN | TCPHDR_ACK)
/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c696 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK|
701 [TCPHDR_SYN|TCPHDR_ACK] = 1,
703 [TCPHDR_RST|TCPHDR_ACK] = 1,
704 [TCPHDR_FIN|TCPHDR_ACK] = 1,
705 [TCPHDR_FIN|TCPHDR_ACK|TCPHDR_URG] = 1,
706 [TCPHDR_ACK] = 1,
707 [TCPHDR_ACK|TCPHDR_URG] = 1,
/linux/net/ipv4/
A Dtcp_output.c1375 if (likely(tcb->tcp_flags & TCPHDR_ACK)) in __tcp_transmit_skb()
2398 TCP_SKB_CB(nskb)->tcp_flags = TCPHDR_ACK; in tcp_mtu_probe()
3406 TCPHDR_ACK | TCPHDR_FIN); in tcp_send_fin()
3433 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset()
3460 if (!(TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK)) { in tcp_send_synack()
3479 TCP_SKB_CB(skb)->tcp_flags |= TCPHDR_ACK; in tcp_send_synack()
3559 TCP_SKB_CB(skb)->tcp_flags = TCPHDR_SYN | TCPHDR_ACK; in tcp_make_synack()
3782 TCP_SKB_CB(syn_data)->tcp_flags = TCPHDR_ACK | TCPHDR_PSH; in tcp_send_syn_data()
3947 tcp_init_nondata_skb(buff, tcp_acceptable_seq(sk), TCPHDR_ACK); in __tcp_send_ack()
3993 tcp_init_nondata_skb(skb, tp->snd_una - !urgent, TCPHDR_ACK); in tcp_xmit_probe_skb()
A Dtcp_ipv4.c1853 TCP_SKB_CB(skb)->tcp_flags) & TCPHDR_ACK) || in tcp_add_backlog()
A Dtcp.c658 tcb->tcp_flags = TCPHDR_ACK; in tcp_skb_entail()
/linux/net/mptcp/
A Doptions.c42 if (TCP_SKB_CB(skb)->tcp_flags & TCPHDR_ACK) in mptcp_parse_option()
/linux/include/net/
A Dtcp.h829 #define TCPHDR_ACK 0x10 macro

Completed in 34 milliseconds