Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_conntrack_proto_tcp.c269 static unsigned int get_conntrack_index(const struct tcphdr *tcph) in get_conntrack_index() function
773 new_state = tcp_conntracks[0][get_conntrack_index(th)][TCP_CONNTRACK_NONE]; in tcp_new()
882 index = get_conntrack_index(th); in nf_conntrack_tcp_packet()