/net/batman-adv/ |
D | soft-interface.c | 207 goto dropped; in batadv_interface_tx() 223 goto dropped; in batadv_interface_tx() 235 goto dropped; in batadv_interface_tx() 241 goto dropped; in batadv_interface_tx() 253 goto dropped; in batadv_interface_tx() 266 goto dropped; in batadv_interface_tx() 269 goto dropped; in batadv_interface_tx() 300 goto dropped; in batadv_interface_tx() 315 goto dropped; in batadv_interface_tx() 326 goto dropped; in batadv_interface_tx() [all …]
|
D | fragmentation.c | 38 static void batadv_frag_clear_chain(struct hlist_head *head, bool dropped) in batadv_frag_clear_chain() argument 46 if (dropped) in batadv_frag_clear_chain() 254 bool dropped = false; in batadv_frag_merge_packets() local 271 dropped = true; in batadv_frag_merge_packets() 293 batadv_frag_clear_chain(chain, dropped); in batadv_frag_merge_packets()
|
D | send.c | 466 bool dropped) in batadv_forw_packet_free() argument 468 if (dropped) in batadv_forw_packet_free() 1058 bool dropped = false; in batadv_send_outstanding_bcast_packet() local 1066 dropped = true; in batadv_send_outstanding_bcast_packet() 1071 dropped = true; in batadv_send_outstanding_bcast_packet() 1093 batadv_forw_packet_free(forw_packet, dropped); in batadv_send_outstanding_bcast_packet()
|
D | distributed-arp-table.c | 1352 bool dropped = false; in batadv_dat_snoop_incoming_arp_reply() local 1382 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1391 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1404 dropped = true; in batadv_dat_snoop_incoming_arp_reply() 1411 dropped = !batadv_is_my_client(bat_priv, hw_dst, vid); in batadv_dat_snoop_incoming_arp_reply() 1416 dropped |= batadv_is_my_client(bat_priv, hw_src, vid); in batadv_dat_snoop_incoming_arp_reply() 1418 if (dropped) in batadv_dat_snoop_incoming_arp_reply() 1422 return dropped; in batadv_dat_snoop_incoming_arp_reply()
|
D | send.h | 19 bool dropped);
|
D | bat_iv_ogm.c | 1688 bool dropped = false; in batadv_iv_send_outstanding_bat_ogm_packet() local 1696 dropped = true; in batadv_iv_send_outstanding_bat_ogm_packet() 1718 batadv_forw_packet_free(forw_packet, dropped); in batadv_iv_send_outstanding_bat_ogm_packet()
|
D | network-coding.c | 257 bool dropped) in batadv_nc_packet_free() argument 259 if (dropped) in batadv_nc_packet_free()
|
/net/core/ |
D | drop_monitor.c | 60 u64_stats_t dropped; member 533 u64_stats_inc(&data->stats.dropped); in net_dm_packet_trace_kfree_skb_hit() 1004 u64_stats_inc(&hw_data->stats.dropped); in net_dm_hw_trap_packet_probe() 1447 u64 dropped; in net_dm_stats_read() local 1451 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_stats_read() 1454 u64_stats_add(&stats->dropped, dropped); in net_dm_stats_read() 1470 u64_stats_read(&stats.dropped), NET_DM_ATTR_PAD)) in net_dm_stats_put() 1491 u64 dropped; in net_dm_hw_stats_read() local 1495 dropped = u64_stats_read(&cpu_stats->dropped); in net_dm_hw_stats_read() 1498 u64_stats_add(&stats->dropped, dropped); in net_dm_hw_stats_read() [all …]
|
D | net-procfs.c | 180 sd->processed, sd->dropped, sd->time_squeeze, 0, in softnet_seq_show()
|
/net/sched/ |
D | sch_sfq.c | 349 unsigned int hash, dropped; in sfq_enqueue() local 465 dropped = sfq_drop(sch, to_free); in sfq_enqueue() 470 qdisc_tree_reduce_backlog(sch, 0, dropped - qdisc_pkt_len(skb)); in sfq_enqueue() 475 qdisc_tree_reduce_backlog(sch, 1, dropped); in sfq_enqueue() 542 int dropped = 0; in sfq_rehash() local 574 dropped++; in sfq_rehash() 601 sch->q.qlen -= dropped; in sfq_rehash() 602 qdisc_tree_reduce_backlog(sch, dropped, drop_len); in sfq_rehash() 631 unsigned int qlen, dropped = 0; in sfq_change() local 694 dropped += sfq_drop(sch, &to_free); in sfq_change() [all …]
|
D | sch_pie.c | 122 q->stats.dropped++; in pie_qdisc_enqueue() 143 unsigned int qlen, dropped = 0; in pie_change() local 195 dropped += qdisc_pkt_len(skb); in pie_change() 199 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in pie_change() 502 .dropped = q->stats.dropped, in pie_dump_stats()
|
D | sch_codel.c | 138 unsigned int qlen, dropped = 0; in codel_change() local 176 dropped += qdisc_pkt_len(skb); in codel_change() 180 qdisc_tree_reduce_backlog(sch, qlen - sch->q.qlen, dropped); in codel_change()
|
D | sch_choke.c | 381 unsigned dropped = 0; in choke_change() local 393 dropped += qdisc_pkt_len(skb); in choke_change() 398 qdisc_tree_reduce_backlog(sch, oqlen - sch->q.qlen, dropped); in choke_change()
|
D | sch_fq_pie.c | 198 q->stats.dropped++; in fq_pie_qdisc_enqueue() 505 .dropped = q->stats.dropped, in fq_pie_dump_stats()
|
D | sch_cake.c | 132 u32 dropped; member 1544 flow->dropped++; in cake_drop() 1900 u32 dropped = 0; in cake_enqueue() local 1903 dropped++; in cake_enqueue() 1906 b->drop_overlimit += dropped; in cake_enqueue() 2175 flow->dropped++; in cake_dequeue() 3009 qs.drops = flow->dropped; in cake_dump_class_stats()
|
D | Kconfig | 832 if the packet should be dropped or not. 921 specific time slot and be dropped at other specific time slot by
|
/net/mctp/ |
D | neigh.c | 93 bool dropped = false; in mctp_neigh_remove() local 102 dropped = true; in mctp_neigh_remove() 107 return dropped ? 0 : -ENOENT; in mctp_neigh_remove()
|
D | route.c | 1045 bool dropped; in mctp_route_remove() local 1051 dropped = false; in mctp_route_remove() 1062 dropped = true; in mctp_route_remove() 1066 return dropped ? 0 : -ENOENT; in mctp_route_remove()
|
/net/mac80211/ |
D | status.c | 628 bool acked, bool dropped, in ieee80211_report_ack_skb() argument 690 } else if (dropped) { in ieee80211_report_ack_skb() 699 struct sk_buff *skb, bool dropped, in ieee80211_report_used_skb() argument 707 if (dropped) in ieee80211_report_used_skb() 732 } else if (!dropped) { in ieee80211_report_used_skb() 763 ieee80211_report_ack_skb(local, skb, acked, dropped, in ieee80211_report_used_skb() 767 if (!dropped && skb->destructor) { in ieee80211_report_used_skb()
|
D | sta_info.h | 434 unsigned long dropped; member
|
/net/atm/ |
D | br2684.c | 503 goto dropped; in br2684_push() 511 goto dropped; in br2684_push() 518 dropped: in br2684_push()
|
/net/sunrpc/xprtrdma/ |
D | svc_rdma_recvfrom.c | 343 goto dropped; in svc_rdma_wc_receive() 362 dropped: in svc_rdma_wc_receive()
|
/net/ipv4/ |
D | igmp.c | 1079 bool dropped = true; in igmp_rcv() local 1100 dropped = igmp_heard_query(in_dev, skb, len); in igmp_rcv() 1110 dropped = igmp_heard_report(in_dev, ih->group); in igmp_rcv() 1128 if (dropped) in igmp_rcv()
|
/net/ipv6/netfilter/ |
D | Kconfig | 204 than silently being dropped.
|
/net/ipv4/netfilter/ |
D | Kconfig | 191 than silently being dropped.
|