Home
last modified time | relevance | path

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

12

/linux/net/tls/
H A Dtls_strp.c34 DEBUG_NET_WARN_ON_ONCE(atomic_read(&shinfo->dataref) != 1); in tls_strp_anchor_free()
90 DEBUG_NET_WARN_ON_ONCE(!strp->anchor->decrypted); in tls_strp_msg_detach()
197 DEBUG_NET_WARN_ON_ONCE(atomic_read(&shinfo->dataref) != 1); in tls_strp_flush_anchor_copy()
220 DEBUG_NET_WARN_ON_ONCE(1); in tls_strp_copyin_frag()
488 DEBUG_NET_WARN_ON_ONCE(!strp->msg_ready); in tls_strp_msg_load()
489 DEBUG_NET_WARN_ON_ONCE(!strp->stm.full_len); in tls_strp_msg_load()
H A Dtls_device_fallback.c56 DEBUG_NET_WARN_ON_ONCE(!cipher_desc || !cipher_desc->offloadable); in tls_enc_record()
315 DEBUG_NET_WARN_ON_ONCE(!cipher_desc || !cipher_desc->offloadable); in tls_enc_skb()
H A Dtls.h216 DEBUG_NET_WARN_ON_ONCE(!ctx->strp.msg_ready || !ctx->strp.anchor->len); in tls_strp_msg()
H A Dtls_sw.c276 DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->decrypt_pending) < 1); in tls_do_decryption()
580 DEBUG_NET_WARN_ON_ONCE(atomic_read(&ctx->encrypt_pending) < 1); in tls_do_encryption()
1531 DEBUG_NET_WARN_ON_ONCE(1);
1882 DEBUG_NET_WARN_ON_ONCE(darg.zc); in tls_record_content_type()
1903 DEBUG_NET_WARN_ON_ONCE(darg.skb == ctx->strp.anchor); in process_rx_list()
H A Dtls_device.c894 DEBUG_NET_WARN_ON_ONCE(!cipher_desc || !cipher_desc->offloadable); in tls_device_reencrypt()
/linux/net/core/
H A Ddst_cache.c31 DEBUG_NET_WARN_ON_ONCE(!in_softirq()); in dst_cache_per_cpu_dst_set()
45 DEBUG_NET_WARN_ON_ONCE(!in_softirq()); in dst_cache_per_cpu_get()
H A Dlwtunnel.c438 DEBUG_NET_WARN_ON_ONCE(!in_softirq()); in lwtunnel_input()
H A Dskbuff.c734 DEBUG_NET_WARN_ON_ONCE(skb->fclone != SKB_FCLONE_UNAVAILABLE); in __alloc_skb()
846 DEBUG_NET_WARN_ON_ONCE(!in_softirq()); in napi_alloc_skb()
902 DEBUG_NET_WARN_ON_ONCE(size > truesize); in skb_coalesce_rx_frag()
1167 DEBUG_NET_WARN_ON_ONCE(in_hardirq()); in skb_release_head_state()
1217 DEBUG_NET_WARN_ON_ONCE(reason == SKB_NOT_DROPPED_YET || in __sk_skb_reason_drop()
1520 DEBUG_NET_WARN_ON_ONCE(!in_softirq()); in napi_consume_skb()
4280 DEBUG_NET_WARN_ON_ONCE(tgt->pp_recycle != skb->pp_recycle); in skb_shift()
4281 DEBUG_NET_WARN_ON_ONCE(skb_cmp_decrypted(tgt, skb)); in skb_shift()
4680 DEBUG_NET_WARN_ON_ONCE(!(skb_shinfo(skb)->gso_type & SKB_GSO_FRAGLIST)); in skb_segment_list()
4695 DEBUG_NET_WARN_ON_ONCE(nsk in skb_segment_list()
[all...]
H A Dnetpoll.c620 DEBUG_NET_WARN_ON_ONCE(np->dev); in egress_dev()
H A Dgro.c430 DEBUG_NET_WARN_ON_ONCE(skb->end - skb->tail < grow); in gro_pull_from_frag0()
/linux/include/net/
H A Dnetmem.h177 DEBUG_NET_WARN_ON_ONCE(true); in netmem_to_net_iov()
233 DEBUG_NET_WARN_ON_ONCE(!page_pool_page_is_pp(p)); \
H 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
H A Dsch_generic.h912 DEBUG_NET_WARN_ON_ONCE(pkt_segs !=
1231 DEBUG_NET_WARN_ON_ONCE(!(q->flags & TCQ_F_DEQUEUE_DROPS)); in __qdisc_queue_drop_head()
1232 DEBUG_NET_WARN_ON_ONCE(q->flags & TCQ_F_NOLOCK); in __qdisc_queue_drop_head()
H A Dip6_fib.h343 DEBUG_NET_WARN_ON_ONCE(!hlist_unhashed(&f6i->gc_link)); in fib6_info_release()
H A Dsock.h1823 DEBUG_NET_WARN_ON_ONCE(!sock_owned_by_user_nocheck(sk)); in sock_release_ownership()
2801 DEBUG_NET_WARN_ON_ONCE(atomic_read(&sk->sk_drops)); in sk_drops_skbadd()
H A Dtcp.h805 DEBUG_NET_WARN_ON_ONCE(skb_dst(skb)); in tcp_add_receive_queue()
806 DEBUG_NET_WARN_ON_ONCE(secpath_exists(skb)); in tcp_add_receive_queue()
/linux/include/linux/
H A Dskbuff.h1170 DEBUG_NET_WARN_ON_ONCE((skb->_skb_refdst & SKB_DST_PTRMASK) && in skb_dst_check_unset()
2694 DEBUG_NET_WARN_ON_ONCE(size > truesize); in skb_add_rx_frag_netmem()
2827 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in __skb_push()
2830 DEBUG_NET_WARN_ON_ONCE(skb->data < skb->head); in __skb_push()
2838 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in __skb_pull()
2864 DEBUG_NET_WARN_ON_ONCE(len > INT_MAX); in pskb_may_pull_reason()
3003 DEBUG_NET_WARN_ON_ONCE(1); in skb_reset_mac_len()
3025 DEBUG_NET_WARN_ON_ONCE(offset != (typeof(skb->inner_transport_header))offset); in skb_reset_inner_transport_header()
3045 DEBUG_NET_WARN_ON_ONCE(offset != (typeof(skb->inner_network_header))offset); in skb_reset_inner_network_header()
3070 DEBUG_NET_WARN_ON_ONCE(offse in skb_reset_inner_mac_header()
[all...]
/linux/net/mptcp/
H A Dfastopen.c54 DEBUG_NET_WARN_ON_ONCE(sock_owned_by_user_nocheck(sk)); in mptcp_fastopen_subflow_synack_set_params()
H A Dprotocol.c765 DEBUG_NET_WARN_ON_ONCE(1); in __mptcp_move_skbs_from_subflow()
770 DEBUG_NET_WARN_ON_ONCE(1); in __mptcp_move_skbs_from_subflow()
2242 DEBUG_NET_WARN_ON_ONCE(msk->backlog_unaccounted && sk->sk_socket && in mptcp_can_spool_backlog()
/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c118 DEBUG_NET_WARN_ON_ONCE(km_orig); in nf_ct_gre_km_acceptable()
119 DEBUG_NET_WARN_ON_ONCE(km_repl); in nf_ct_gre_km_acceptable()
/linux/drivers/net/ovpn/
H A Dio.c325 DEBUG_NET_WARN_ON_ONCE(1); in ovpn_encrypt_one()
H A Dtcp.c536 DEBUG_NET_WARN_ON_ONCE(1); in ovpn_tcp_socket_attach()
/linux/net/ipv4/
H A Dtcp_diag.c209 DEBUG_NET_WARN_ON_ONCE(tw->tw_state != TCP_TIME_WAIT); in tcp_twsk_diag_fill()
H A Dtcp_output.c1858 DEBUG_NET_WARN_ON_ONCE(skb_headlen(skb)); in tcp_fragment()
1944 DEBUG_NET_WARN_ON_ONCE(skb_headlen(skb)); in __pskb_trim_head()
2408 DEBUG_NET_WARN_ON_ONCE(skb->len != skb->data_len); in tso_fragment()
/linux/net/unix/
H A Daf_unix.c379 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in __unix_insert_socket()
641 DEBUG_NET_WARN_ON_ONCE(refcount_read(&sk->sk_wmem_alloc)); in unix_sock_destructor()
642 DEBUG_NET_WARN_ON_ONCE(!sk_unhashed(sk)); in unix_sock_destructor()
643 DEBUG_NET_WARN_ON_ONCE(sk->sk_socket); in unix_sock_destructor()

12