Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_forward.c42 static bool ip_may_fragment(const struct sk_buff *skb) in ip_may_fragment() function
117 if (!ip_may_fragment(skb) && ip_exceeds_mtu(skb, mtu)) { in ip_forward()