Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dip_fib.h509 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr);
/Linux-v5.4/net/ipv4/
Droute.c1391 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result() function
/Linux-v5.4/net/core/
Dfilter.c4687 mtu = ip_mtu_from_fib_result(&res, params->ipv4_dst); in bpf_ipv4_fib_lookup()