Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dip_fib.h594 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr);
/linux-5.19.10/net/ipv4/
Droute.c1394 u32 ip_mtu_from_fib_result(struct fib_result *res, __be32 daddr) in ip_mtu_from_fib_result() function
/linux-5.19.10/net/core/
Dfilter.c5770 mtu = ip_mtu_from_fib_result(&res, params->ipv4_dst); in bpf_ipv4_fib_lookup()