Home
last modified time | relevance | path

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

/linux/net/core/
H A Dfib_notifier.c44 unsigned int fib_seq = 0; in fib_seq_sum() local
51 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() argument
90 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() local
113 if (fib_dump_is_consistent(net, nb, cb, fib_seq)) in register_fib_notifier()
/linux/net/ipv4/
H A Dfib_notifier.c25 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()
/linux/include/net/netns/
H A Dipv4.h254 unsigned int fib_seq; /* protected by rtnl_mutex */ member
/linux/net/ipv6/
H A Dip6_fib.c350 unsigned int h, fib_seq = 0; in fib6_tables_seq_read() local
358 fib_seq += tb->fib_seq; in fib6_tables_seq_read()
362 return fib_seq; in fib6_tables_seq_read()
403 rt->fib6_table->fib_seq++; in call_fib6_entry_notifiers()
419 rt->fib6_table->fib_seq++; in call_fib6_multipath_entry_notifiers()
430 rt->fib6_table->fib_seq++; in call_fib6_entry_notifiers_replace()
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst154 unsigned_int fib_seq
/linux/include/net/
H A Dip6_fib.h397 unsigned int fib_seq; member