Home
last modified time | relevance | path

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

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