Home
last modified time | relevance | path

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

/Linux-v5.4/net/core/
Dfib_notifier.c46 unsigned int fib_seq = 0; in fib_seq_sum() local
57 fib_seq += ops->fib_seq_read(net); in fib_seq_sum()
65 return fib_seq; in fib_seq_sum()
89 unsigned int fib_seq) in fib_dump_is_consistent() argument
92 if (fib_seq == fib_seq_sum()) in fib_dump_is_consistent()
108 unsigned int fib_seq = fib_seq_sum(); in register_fib_notifier() local
119 if (fib_dump_is_consistent(nb, cb, fib_seq)) in register_fib_notifier()
/Linux-v5.4/net/ipv4/
Dfib_notifier.c26 net->ipv4.fib_seq++; in call_fib4_notifiers()
34 return net->ipv4.fib_seq + fib4_rules_seq_read(net); in fib4_seq_read()
61 net->ipv4.fib_seq = 0; in fib4_notifier_init()
/Linux-v5.4/include/net/netns/
Dipv4.h217 unsigned int fib_seq; /* protected by rtnl_mutex */ member
/Linux-v5.4/net/ipv6/
Dip6_fib.c345 unsigned int h, fib_seq = 0; in fib6_tables_seq_read() local
353 fib_seq += tb->fib_seq; in fib6_tables_seq_read()
357 return fib_seq; in fib6_tables_seq_read()
381 rt->fib6_table->fib_seq++; in call_fib6_entry_notifiers()
397 rt->fib6_table->fib_seq++; in call_fib6_multipath_entry_notifiers()
/Linux-v5.4/include/net/
Dip6_fib.h353 unsigned int fib_seq; member