Lines Matching defs:check
396 * napi_schedule_prep - check if napi can be scheduled
537 * to check if the queue has been stopped by the driver or stack (either
1873 /* Save the IP ID here and check when we get to the transport layer */
2188 __sum16 check)
2192 (!zero_okay || check));
2221 #define __skb_gro_checksum_validate(skb, proto, zero_okay, check, \
2225 if (__skb_gro_checksum_validate_needed(skb, zero_okay, check)) \
2238 #define skb_gro_checksum_validate_zero_check(skb, proto, check, \
2240 __skb_gro_checksum_validate(skb, proto, true, check, compute_pseudo)
2252 __sum16 check, __wsum pseudo)
2258 #define skb_gro_checksum_try_convert(skb, proto, check, compute_pseudo) \
2261 __skb_gro_checksum_convert(skb, check, \
2538 /* check again in case another CPU has just made room avail */
2619 * netdev_cap_txqueue - check if selected tx queue exceeds device queues
2651 * stop, and a check if it's stopped. All other device management is
3559 /* check flags correspondence */