Home
last modified time | relevance | path

Searched refs:TCPHDR_RST (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h43 #define TCPHDR_RST 0x04 macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c202 if (tcp_flags & TCPHDR_RST) in nfp_flower_compile_ip_ext()
204 if (tcp_flags_mask & TCPHDR_RST) in nfp_flower_compile_ip_ext()
H A Doffload.c18 (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST | \
494 !(tcp_flags & (TCPHDR_FIN | TCPHDR_SYN | TCPHDR_RST))) { in nfp_flower_calculate_key_layers()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_tcp.c707 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK|
713 [TCPHDR_RST] = 1,
714 [TCPHDR_RST|TCPHDR_ACK] = 1,
/OK3568_Linux_fs/kernel/net/mptcp/
H A Doptions.c666 if (unlikely(skb && TCP_SKB_CB(skb)->tcp_flags & TCPHDR_RST)) in mptcp_established_options()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h818 #define TCPHDR_RST 0x04 macro
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c1818 TCP_SKB_CB(skb)->tcp_flags) & (TCPHDR_SYN | TCPHDR_RST | TCPHDR_URG)) || in tcp_add_backlog()
H A Dtcp_output.c3461 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset()