Lines Matching defs:IFF_NAPI_FRAGS
150 #ifndef IFF_NAPI_FRAGS
151 #define IFF_NAPI_FRAGS 0x0020
181 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_NAPI | IFF_NAPI_FRAGS;
183 // IFF_NAPI_FRAGS requires root, so try without it.
188 // If IFF_NAPI_FRAGS is not supported it will be silently dropped,
192 tun_frags_enabled = (ifr.ifr_flags & IFF_NAPI_FRAGS) != 0;
1629 // However, IFF_NAPI_FRAGS will fail as we are not root already.