Home
last modified time | relevance | path

Searched refs:IP_CT_TCP_SIMULTANEOUS_OPEN (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/netfilter/
Dnf_conntrack_tcp.h50 #define IP_CT_TCP_SIMULTANEOUS_OPEN 0x80 macro
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_tcp.c958 ct->proto.tcp.last_flags |= IP_CT_TCP_SIMULTANEOUS_OPEN; in tcp_packet()
962 ct->proto.tcp.last_flags & IP_CT_TCP_SIMULTANEOUS_OPEN) in tcp_packet()