Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dxfrm6_output.c66 bool toobig; in __xfrm6_output() local
83 toobig = skb->len > mtu && !skb_is_gso(skb); in __xfrm6_output()
85 if (toobig && xfrm6_local_dontfrag(skb->sk)) { in __xfrm6_output()
89 } else if (toobig && xfrm6_noneed_fragment(skb)) { in __xfrm6_output()
92 } else if (!skb->ignore_df && toobig && skb->sk) { in __xfrm6_output()
98 if (toobig || dst_allfrag(skb_dst(skb))) in __xfrm6_output()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh55 toobig() { function
207 if test -n "$checksize" && toobig "$f" "$m"
/openbmc/linux/kernel/
H A Drelay.c665 goto toobig; in relay_switch_subbuf()
703 goto toobig; in relay_switch_subbuf()
707 toobig: in relay_switch_subbuf()