Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto_tcp.c498 static inline int tcp_state_idx(struct tcphdr *th) in tcp_state_idx() function
530 if ((state_idx = tcp_state_idx(th)) < 0) { in set_tcp_state()