Searched refs:fib_nhc_update_mtu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 467 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 474 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_semantics.c | 1956 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig) in fib_nhc_update_mtu() function 1991 fib_nhc_update_mtu(&nh->nh_common, dev->mtu, orig_mtu); in fib_sync_mtu()
|
H A D | nexthop.c | 1960 fib_nhc_update_mtu(&nhi->fib_nhc, dev->mtu, in nexthop_sync_mtu()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_semantics.c | 1940 void fib_nhc_update_mtu(struct fib_nh_common *nhc, u32 new, u32 orig) in fib_nhc_update_mtu() function 1975 fib_nhc_update_mtu(&nh->nh_common, dev->mtu, orig_mtu); in fib_sync_mtu()
|
H A D | nexthop.c | 3562 fib_nhc_update_mtu(&nhi->fib_nhc, dev->mtu, in nexthop_sync_mtu()
|
Completed in 16 milliseconds