Searched refs:fib_seq (Results 1 – 5 of 5) sorted by relevance
44 unsigned int fib_seq = 0; in fib_seq_sum() local51 fib_seq += ops->fib_seq_read(net); in fib_seq_sum()57 return fib_seq; in fib_seq_sum()85 unsigned int fib_seq) in fib_dump_is_consistent() argument90 if (fib_seq == fib_seq_sum(net)) in fib_dump_is_consistent()107 unsigned int fib_seq = fib_seq_sum(net); in register_fib_notifier() local113 if (fib_dump_is_consistent(net, nb, cb, fib_seq)) in register_fib_notifier()
25 net->ipv4.fib_seq++; in call_fib4_notifiers()33 return net->ipv4.fib_seq + fib4_rules_seq_read(net); in fib4_seq_read()59 net->ipv4.fib_seq = 0; in fib4_notifier_init()
235 unsigned int fib_seq; /* protected by rtnl_mutex */ member
347 unsigned int h, fib_seq = 0; in fib6_tables_seq_read() local355 fib_seq += tb->fib_seq; in fib6_tables_seq_read()359 return fib_seq; in fib6_tables_seq_read()400 rt->fib6_table->fib_seq++; in call_fib6_entry_notifiers()416 rt->fib6_table->fib_seq++; in call_fib6_multipath_entry_notifiers()427 rt->fib6_table->fib_seq++; in call_fib6_entry_notifiers_replace()
390 unsigned int fib_seq; member