Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/netfilter/
Dnf_conntrack_tcp.h8 struct ip_ct_tcp_state { struct
18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ argument
/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c330 struct ip_ct_tcp_state *state) in tcp_options()
449 static void tcp_init_sender(struct ip_ct_tcp_state *sender, in tcp_init_sender()
450 struct ip_ct_tcp_state *receiver, in tcp_init_sender()
486 struct ip_ct_tcp_state *sender = &state->seen[dir]; in tcp_in_window()
487 struct ip_ct_tcp_state *receiver = &state->seen[!dir]; in tcp_in_window()
842 static void nf_ct_tcp_state_reset(struct ip_ct_tcp_state *state) in nf_ct_tcp_state_reset()
976 struct ip_ct_tcp_state seen = {}; in nf_conntrack_tcp_packet()