Searched refs:drop (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/linux-master/lib/zlib_inflate/
H A Dinftrees.c31 unsigned drop; /* code bits to drop for sub-table */ local
138 with length len. That code is converted to an index by dropping drop
139 bits off of the bottom. For codes where len is less than drop + curr,
140 those top drop + curr - len bits are incremented through all values to
146 new sub-table should be started. drop is zero when the root table is
147 being filled, and drop is root when sub-tables are being filled.
192 drop = 0; /* current bits to drop from code for index */
204 this.bits = (unsigned char)(len - drop);
[all...]
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac.h37 void rtw_mac_flush_queues(struct rtw_dev *rtwdev, u32 queues, bool drop);
40 static inline void rtw_mac_flush_all_queues(struct rtw_dev *rtwdev, bool drop) argument
42 rtw_mac_flush_queues(rtwdev, BIT(rtwdev->hw->queues) - 1, drop);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Ddma.h97 mt76_dma_should_drop_buf(bool *drop, u32 ctrl, u32 buf1, u32 info) argument
99 if (!drop)
102 *drop = !!(ctrl & (MT_DMA_CTL_TO_HOST_A | MT_DMA_CTL_DROP));
108 *drop = true;
111 *drop = !(info & MT_DMA_INFO_DMA_FRAG);
114 *drop = !!(ctrl & MT_DMA_CTL_PN_CHK_FAIL);
/linux-master/net/ipv4/
H A Dip_forward.c94 goto drop;
97 goto drop;
100 goto drop;
104 goto drop;
123 goto drop;
140 goto drop;
145 goto drop;
171 goto drop;
178 drop:
/linux-master/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/linux-master/drivers/net/team/
H A Dteam_mode_random.c22 goto drop;
25 goto drop;
30 drop:
H A Dteam_mode_roundrobin.c32 goto drop;
35 goto drop;
40 drop:
/linux-master/samples/bpf/
H A Dxdp_sample_user.c61 #define DROP(drop) drop, "drop/s"
116 __u64 drop; member in struct:sample_output::__anon3779
126 __u64 drop; member in struct:sample_output::__anon3780
138 __u64 drop; member in struct:sample_output::__anon3784
221 " err,drop/s Aggregated count of errors per second (including dropped packets)\n"
228 " \t\t\tWhenever an error or packet drop occurs, details of per CPU error\n"
229 " \t\t\tand drop statistics will be expanded inline in terse mode.\n"
653 double t, pps, drop, er local
696 double t, pps, drop, err; local
789 double t, pps, drop, err; local
860 double t, drop, sum = 0; local
883 double drop; local
908 double t, drop, sum = 0; local
929 double drop; local
953 double pps, drop, info, err; local
1006 double pps, drop, info, err; local
[all...]
H A Dxdp_router_ipv4.bpf.c89 goto drop;
99 goto drop;
116 goto drop;
139 goto drop;
144 goto drop;
149 goto drop;
182 drop:
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_policer.sh94 devlink trap set $DEVLINK_DEV trap blackhole_route action drop
229 check_err $? "Expected non-zero policer drop rate, got 0"
230 log_info "Measured policer drop rate of $drop_rate pps"
244 check_err $? "Expected zero policer drop rate, got a drop rate of $drop_rate pps"
245 log_info "Measured policer drop rate of $drop_rate pps"
265 check_err $? "Expected zero policer drop rate, got a drop rate of $drop_rate pps"
266 log_info "Measured policer drop rate of $drop_rate pps"
290 local t0_rx t0_drop t1_rx t1_drop rx drop
[all...]
H A Dtc_restrictions.sh42 # shared block with a drop rule.
48 skip_sw dst_ip 192.0.2.2 action drop
49 check_err $? "Failed to add drop rule to ingress bound block"
62 check_err $? "Failed to create another clsact with egress shared block after blocker drop rule removed"
65 skip_sw dst_ip 192.0.2.2 action drop
66 check_fail $? "Incorrect success to add drop rule to mixed bound block"
74 skip_sw dst_ip 192.0.2.2 action drop
75 check_err $? "Failed to add drop rule to egress bound shared block"
82 log_test "shared block drop"
137 log_test "shared block drop"
[all...]
H A Dtc_action_hw_stats.sh52 skip_sw dst_ip 192.0.2.2 action drop $action_hw_stats
86 skip_sw dst_ip 192.0.2.2 action drop hw_stats delayed
/linux-master/include/linux/netfilter/
H A Dnf_conntrack_common.h14 unsigned int drop; member in struct:ip_conntrack_stat
/linux-master/drivers/net/wireless/silabs/wfx/
H A Ddata_rx.c49 goto drop;
53 goto drop;
85 goto drop;
91 drop:
H A Ddata_tx.h30 /* FIXME: use a trees and drop hash from tx_policy */
47 void wfx_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, u32 queues, bool drop);
/linux-master/net/x25/
H A Dx25_dev.c101 goto drop;
105 goto drop;
115 goto drop;
120 goto drop;
142 drop:
/linux-master/net/llc/
H A Dllc_input.c173 * When the interface is in promisc. mode, drop all the crap that it
178 goto drop;
184 goto drop;
192 goto drop;
217 drop:
223 goto drop;
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower.sh45 $tcflags dst_mac $dummy_mac action drop
47 $tcflags dst_mac $h2mac action drop
71 $tcflags src_mac $dummy_mac action drop
73 $tcflags src_mac $h1mac action drop
95 $tcflags dst_ip 198.51.100.2 action drop
97 $tcflags dst_ip 192.0.2.2 action drop
99 $tcflags dst_ip 192.0.2.0/24 action drop
129 $tcflags src_ip 198.51.100.1 action drop
131 $tcflags src_ip 192.0.2.1 action drop
133 $tcflags src_ip 192.0.2.0/24 action drop
[all...]
H A Dtc_chains.sh39 flower $tcflags dst_mac $h2mac action drop
58 flower $tcflags dst_mac $h2mac action drop
60 $tcflags dst_mac $h2mac action drop
134 flower dst_mac $h2mac action drop
138 flower src_mac $h2mac action drop &> /dev/null
142 flower src_mac $h2mac action drop
146 flower dst_mac $h2mac action drop &> /dev/null
H A Dtc_flower_cfm.sh61 flower cfm op 47 action drop
63 flower cfm op 43 action drop
97 flower cfm mdl 5 action drop
99 flower cfm mdl 3 action drop
101 flower cfm mdl 0 action drop
144 flower cfm mdl 5 op 41 action drop
146 flower cfm mdl 7 op 42 action drop
/linux-master/net/core/
H A Dlwtunnel.c334 goto drop;
349 goto drop;
353 drop:
368 goto drop;
384 goto drop;
388 drop:
403 goto drop;
418 goto drop;
422 drop:
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh102 $tcflags dst_ip 192.0.2.2 action drop
111 $tcflags dst_ip 198.51.100.2 action drop
148 $tcflags dst_ip 192.0.2.2 action drop
150 $tcflags dst_ip 192.0.2.2 action drop
167 $tcflags dst_ip 192.0.2.2 action drop
196 $tcflags dst_ip 192.0.2.2 action drop
198 $tcflags dst_ip 192.0.0.0/8 action drop
215 $tcflags dst_ip 192.0.2.0/24 action drop
265 action drop"
303 $tcflags dst_ip 192.0.2.2 action drop
[all...]
/linux-master/net/802/
H A Dpsnap.c55 goto drop;
68 goto drop;
73 drop:
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00mmio.h90 * @drop: True to drop all pending frames.
95 void rt2x00mmio_flush_queue(struct data_queue *queue, bool drop);
/linux-master/net/bridge/
H A Dbr_input.c92 goto drop;
100 goto drop;
117 * and drop the packet.
122 goto drop;
126 goto drop;
128 /* FDB match, but entry is locked. Refresh it and drop
133 goto drop;
154 goto drop;
159 goto drop;
225 drop
[all...]

Completed in 477 milliseconds

1234567891011>>