Home
last modified time | relevance | path

Searched refs:DEBUG_NET_WARN_ON_ONCE (Results 1 – 9 of 9) sorted by relevance

/include/net/
A Dnetmem.h207 DEBUG_NET_WARN_ON_ONCE(true); in netmem_to_net_iov()
301 DEBUG_NET_WARN_ON_ONCE(!page_pool_page_is_pp(p)); \
A Dnet_debug.h152 #define DEBUG_NET_WARN_ON_ONCE(cond) ((void)WARN_ON_ONCE(cond)) macro
155 #define DEBUG_NET_WARN_ON_ONCE(cond) BUILD_BUG_ON_INVALID(cond) macro
A Drequest_sock.h138 DEBUG_NET_WARN_ON_ONCE(refcount_read(&req->rsk_refcnt) != 0); in reqsk_free()
A Dip6_fib.h343 DEBUG_NET_WARN_ON_ONCE(!hlist_unhashed(&f6i->gc_link)); in fib6_info_release()
A Dtcp.h735 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()
A Dsock.h1778 DEBUG_NET_WARN_ON_ONCE(!sock_owned_by_user_nocheck(sk)); in sock_release_ownership()
/include/linux/
A Dskbuff.h2766 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 …]
A Dvirtio_vsock.h52 DEBUG_NET_WARN_ON_ONCE(skb->len); in virtio_vsock_skb_put()
A Dnetdevice.h2641 DEBUG_NET_WARN_ON_ONCE(index >= dev->num_tx_queues); in netdev_get_tx_queue()

Completed in 50 milliseconds