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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_tcp.c498 static inline int tcp_state_idx(struct tcphdr *th) function
530 if ((state_idx = tcp_state_idx(th)) < 0) {
531 IP_VS_DBG(8, "tcp_state_idx=%d!!!\n", state_idx);

Completed in 103 milliseconds