Searched refs:last_index (Results 1 – 2 of 2) sorted by relevance
754 (ct->proto.tcp.last_index == TCP_FIN_SET || in nf_tcp_handle_invalid()755 ct->proto.tcp.last_index == TCP_RST_SET)) { in nf_tcp_handle_invalid()774 ct->proto.tcp.last_index = index; in nf_tcp_handle_invalid()897 ct->proto.tcp.last_index = TCP_NONE_SET; in tcp_new()1044 && ct->proto.tcp.last_index == TCP_SYN_SET in nf_conntrack_tcp_packet()1070 ct->proto.tcp.last_index = index; in nf_conntrack_tcp_packet()1151 ct->proto.tcp.last_index == TCP_SYN_SET && in nf_conntrack_tcp_packet()1187 ct->proto.tcp.last_index != TCP_SYN_SET) { in nf_conntrack_tcp_packet()1224 && ct->proto.tcp.last_index == TCP_SYN_SET) in nf_conntrack_tcp_packet()1242 ct->proto.tcp.last_index == TCP_ACK_SET && in nf_conntrack_tcp_packet()[all …]
405 static void __unix_walk_scc(struct unix_vertex *vertex, unsigned long *last_index, in __unix_walk_scc() argument419 vertex->index = *last_index; in __unix_walk_scc()420 vertex->scc_index = *last_index; in __unix_walk_scc()421 (*last_index)++; in __unix_walk_scc()507 unsigned long last_index = UNIX_VERTEX_INDEX_START; in unix_walk_scc() local518 __unix_walk_scc(vertex, &last_index, hitlist); in unix_walk_scc()
Completed in 8 milliseconds