Searched refs:DEBUG_NET_WARN_ON_ONCE (Results 1 – 9 of 9) sorted by relevance
207 DEBUG_NET_WARN_ON_ONCE(true); in netmem_to_net_iov()301 DEBUG_NET_WARN_ON_ONCE(!page_pool_page_is_pp(p)); \
152 #define DEBUG_NET_WARN_ON_ONCE(cond) ((void)WARN_ON_ONCE(cond)) macro155 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
138 DEBUG_NET_WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0); in reqsk_free()
343 DEBUG_NET_WARN_ON_ONCE(!hlist_unhashed(&f6i->gc_link)); in fib6_info_release()
735 DEBUG_NET_WARN_ON_ONCE(skb_dst(skb)); in tcp_add_receive_queue()736 DEBUG_NET_WARN_ON_ONCE(secpath_exists(skb)); in tcp_add_receive_queue()
1778 DEBUG_NET_WARN_ON_ONCE(!sock_owned_by_user_nocheck(sk)); in sock_release_ownership()
2766 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in __skb_push()2776 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in __skb_pull()2802 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in pskb_may_pull_reason()2940 DEBUG_NET_WARN_ON_ONCE(1); in skb_reset_mac_len()3024 DEBUG_NET_WARN_ON_ONCE(!skb_transport_header_was_set(skb)); in skb_transport_header()3075 DEBUG_NET_WARN_ON_ONCE(offset != (typeof(skb->network_header))offset); in skb_reset_network_header()3087 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header()3098 DEBUG_NET_WARN_ON_ONCE(!skb_mac_header_was_set(skb)); in skb_mac_header_len()3111 DEBUG_NET_WARN_ON_ONCE(offset != (typeof(skb->mac_header))offset); in skb_reset_mac_header()3180 DEBUG_NET_WARN_ON_ONCE(!skb_transport_header_was_set(skb)); in skb_network_header_len()[all …]
52 DEBUG_NET_WARN_ON_ONCE(skb->len); in virtio_vsock_skb_put()
2641 DEBUG_NET_WARN_ON_ONCE(index >= dev->num_tx_queues); in netdev_get_tx_queue()
Completed in 50 milliseconds