Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_tcp.c737 static const u8 tcp_valid_flags[(TCPHDR_FIN|TCPHDR_SYN|TCPHDR_RST|TCPHDR_ACK|
743 [TCPHDR_RST] = 1,
744 [TCPHDR_RST|TCPHDR_ACK] = 1,
/linux-4.4.14/include/net/
Dtcp.h723 #define TCPHDR_RST 0x04 macro
/linux-4.4.14/net/ipv4/
Dtcp_output.c2891 TCPHDR_ACK | TCPHDR_RST); in tcp_send_active_reset()