Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_proto_tcp.c517 int state_off = tcp_state_off[direction]; in set_tcp_state() local
524 if (state_off == TCP_DIR_OUTPUT) in set_tcp_state()
527 state_off = TCP_DIR_INPUT_ONLY; in set_tcp_state()
536 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
545 ((state_off == TCP_DIR_OUTPUT) ? in set_tcp_state()