Searched refs:BUG_ON (Results 276 - 300 of 2192) sorted by last modified time

<<11121314151617181920>>

/linux-master/net/ipv6/
H A Desp6.c750 BUG_ON(ret);
1149 BUG_ON(!aalg_desc);
H A Daddrconf.c5626 BUG_ON(bytes < (DEVCONF_MAX * 4));
5745 BUG_ON(pad < 0);
5762 BUG_ON(pad < 0);
/linux-master/net/ipv4/
H A Dtcp_output.c1300 BUG_ON(!skb || !tcp_skb_pcount(skb));
2235 BUG_ON(tcp_skb_pcount(skb) <= 1);
2236 BUG_ON(tcp_snd_cwnd(tp) <= in_flight);
3026 BUG_ON(!skb || skb->len < mss_now);
3228 BUG_ON(tcp_skb_pcount(skb) != 1 || tcp_skb_pcount(next_skb) != 1);
H A Dtcp_ipv4.c2554 BUG_ON(rcu_access_pointer(tp->fastopen_rsk));
H A Dtcp_input.c1476 BUG_ON(!pcount);
1515 BUG_ON(!tcp_skb_pcount(skb));
1653 BUG_ON(len < 0);
1654 BUG_ON(len > skb->len);
3245 BUG_ON(!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una));
3253 BUG_ON(tcp_skb_pcount(skb) == 0);
3254 BUG_ON(!before(TCP_SKB_CB(skb)->seq, TCP_SKB_CB(skb)->end_seq));
5403 BUG_ON(offset < 0);
H A Dtcp.c4818 BUG_ON(tcp_register_congestion_control(&tcp_reno) != 0);
H A Droute.c3580 BUG_ON(tbl == ipv4_route_netns_table);
H A Dip_output.c828 BUG_ON(frag->sk);
H A Dinet_hashtables.c1222 BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask);
H A Dinet_timewait_sock.c258 BUG_ON(mod_timer(&tw->tw_timer, jiffies + timeo));
H A Dicmp.c1167 BUG_ON(skb_copy_bits(skb, 0, &icmp_param.data.times[0], 4));
H A Dfib_semantics.c2002 BUG_ON(!fi->fib_nhs);
2161 BUG_ON(!fi->fib_nhs);
H A Desp4.c1106 BUG_ON(!aalg_desc);
/linux-master/net/dccp/ccids/
H A Dccid2.c281 BUG_ON(next == hc->tx_seqt);
/linux-master/net/core/
H A Dsysctl_net_core.c750 BUG_ON(tbl == netns_core_table);
H A Dskbuff.c2134 BUG_ON(skb_copy_bits(skb, -headerlen, n->head, headerlen + skb->len));
2231 BUG_ON(nhead < 0);
2233 BUG_ON(skb_shared(skb));
2480 BUG_ON(skb_copy_bits(skb, -head_copy_len, n->head + head_copy_off,
2807 BUG_ON(skb_copy_bits(skb, skb_headlen(skb),
3499 BUG_ON(len);
3599 BUG_ON(len);
3743 BUG_ON(!from->head_frag && !hlen);
3804 BUG_ON(csstart > skb_headlen(skb));
4135 BUG_ON(shiftle
[all...]
H A Drtnetlink.c193 BUG_ON(msgindex < 0 || msgindex >= RTM_NR_MSGTYPES);
222 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
335 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
367 BUG_ON(protocol < 0 || protocol > RTNL_FAMILY_MAX);
3069 BUG_ON(!(af_ops = rtnl_af_lookup(nla_type(af))));
H A Dnet-sysfs.c1266 BUG_ON(i >= dev->num_tx_queues);
2025 BUG_ON(dev->reg_state != NETREG_RELEASED);
H A Dnet_namespace.c89 BUG_ON(id < MIN_PERNET_OPS_ID);
H A Dneighbour.c2245 BUG_ON(tbl->parms.dev);
3408 BUG_ON(state->flags & NEIGH_SEQ_NEIGH_ONLY);
H A Dflow_dissector.c58 BUG_ON(key->offset > USHRT_MAX);
59 BUG_ON(dissector_uses_key(flow_dissector,
69 BUG_ON(!dissector_uses_key(flow_dissector,
71 BUG_ON(!dissector_uses_key(flow_dissector,
H A Dgro.c424 BUG_ON(skb->end - skb->tail < grow);
H A Dfilter.c470 BUG_ON(__bpf_call_base(0, 0, 0, 0, 0) != 0);
905 BUG_ON(*new_len != new_flen);
H A Ddrop_monitor.c1766 BUG_ON(unregister_netdevice_notifier(&dropmon_net_notifier));
1778 BUG_ON(genl_unregister_family(&net_drop_monitor_family));
H A Ddev.c1216 BUG_ON(!dev_net(dev));
6665 BUG_ON(!test_bit(NAPI_STATE_SCHED, &val));
10117 BUG_ON(count < 1);
10274 BUG_ON(dev_boot_phase);
10280 BUG_ON(dev->reg_state != NETREG_UNINITIALIZED);
10281 BUG_ON(!net);
10684 BUG_ON(netdev_refcnt_read(dev) != 1);
10685 BUG_ON(!list_empty(&dev->ptype_all));
10686 BUG_ON(!list_empty(&dev->ptype_specific));
10927 BUG_ON(strle
[all...]

Completed in 462 milliseconds

<<11121314151617181920>>