Home
last modified time | relevance | path

Searched refs:ip_mtu_from_fib_result (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dip_fib.h599 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr);
/openbmc/linux/net/ipv4/
H A Droute.c1388 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result() function
/openbmc/linux/net/core/
H A Dfilter.c5922 mtu = ip_mtu_from_fib_result(&res, params->ipv4_dst); in bpf_ipv4_fib_lookup()