Searched refs:toobig (Results 1 – 3 of 3) sorted by relevance
72 bool toobig; in __xfrm6_output() local89 toobig = skb->len > mtu && !skb_is_gso(skb); in __xfrm6_output()91 if (toobig && xfrm6_local_dontfrag(sk)) { in __xfrm6_output()95 } else if (toobig && xfrm6_noneed_fragment(skb)) { in __xfrm6_output()98 } else if (!skb->ignore_df && toobig && sk) { in __xfrm6_output()104 if (toobig) in __xfrm6_output()
560 goto toobig; in relay_switch_subbuf()600 goto toobig; in relay_switch_subbuf()604 toobig: in relay_switch_subbuf()
3736 bool toobig = false; in security_getselfattr() 3780 toobig = true; in security_getselfattr() 3793 if (toobig) in security_getselfattr() 3737 bool toobig = false; security_getselfattr() local