Searched refs:fib6_update_sernum (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ipv6_stubs.h | 51 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); member
|
H A D | ip6_fib.h | 540 void fib6_update_sernum(struct net *net, struct fib6_info *rt);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 51 void (*fib6_update_sernum)(struct net *net, struct fib6_info *rt); member
|
H A D | ip6_fib.h | 530 void fib6_update_sernum(struct net *net, struct fib6_info *rt);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | af_inet6.c | 1046 .fib6_update_sernum = fib6_update_sernum_stub,
|
H A D | ip6_fib.c | 106 void fib6_update_sernum(struct net *net, struct fib6_info *f6i) in fib6_update_sernum() function
|
H A D | route.c | 1728 fib6_update_sernum(net, f6i); in rt6_insert_exception() 4776 fib6_update_sernum(net, rt); in fib6_ifdown()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | af_inet6.c | 1047 .fib6_update_sernum = fib6_update_sernum_stub,
|
H A D | ip6_fib.c | 107 void fib6_update_sernum(struct net *net, struct fib6_info *f6i) in fib6_update_sernum() function
|
H A D | route.c | 1727 fib6_update_sernum(net, f6i); in rt6_insert_exception() 4863 fib6_update_sernum(net, rt); in fib6_ifdown()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 939 ipv6_stub->fib6_update_sernum(net, f6i); in nh_rt_cache_flush()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 1937 ipv6_stub->fib6_update_sernum(net, f6i); in nh_rt_cache_flush()
|
Completed in 35 milliseconds