Home
last modified time | relevance | path

Searched refs:DROP (Results 1 – 23 of 23) sorted by relevance

/linux/net/devlink/
H A Dtrap.c958 DEVLINK_TRAP(SMAC_MC, DROP),
959 DEVLINK_TRAP(VLAN_TAG_MISMATCH, DROP),
960 DEVLINK_TRAP(INGRESS_VLAN_FILTER, DROP),
961 DEVLINK_TRAP(INGRESS_STP_FILTER, DROP),
962 DEVLINK_TRAP(EMPTY_TX_LIST, DROP),
963 DEVLINK_TRAP(PORT_LOOPBACK_FILTER, DROP),
964 DEVLINK_TRAP(BLACKHOLE_ROUTE, DROP),
966 DEVLINK_TRAP(TAIL_DROP, DROP),
967 DEVLINK_TRAP(NON_IP_PACKET, DROP),
968 DEVLINK_TRAP(UC_DIP_MC_DMAC, DROP),
[all …]
/linux/tools/testing/selftests/net/netfilter/packetdrill/
H A Dconntrack_synack_old.pkt17 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
18 +0 `$xtables -A OUTPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
50 +0 `$xtables -D INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
51 +0 `$xtables -D OUTPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
H A Dconntrack_ack_loss_stall.pkt6 // should set -P DROP but it disconnects VM w.o. extra netns
7 +0 `$xtables -A INPUT -m conntrack --ctstate INVALID -j DROP`
118 +0 `$xtables -D INPUT -m conntrack --ctstate INVALID -j DROP`
H A Dconntrack_syn_challenge_ack.pkt15 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
16 +0 `$xtables -A OUTPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
H A Dconntrack_rst_invalid.pkt6 +0 `$xtables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
7 +0 `$xtables -A OUTPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
H A Dconntrack_inexact_rst.pkt17 +0 `iptables -A INPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
18 +0 `iptables -A OUTPUT -p tcp -m conntrack --ctstate INVALID -j DROP`
/linux/tools/testing/selftests/net/netfilter/
H A Dbridge_brouter.sh56 … ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP; then
90 ip netns exec "$nsbr" ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP
99 …$nsbr" ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP
H A Dconntrack_sctp_collision.sh58 ip net exec "$ROUTER_NS" iptables -A FORWARD -m state --state INVALID,UNTRACKED -j DROP
59 ip net exec "$ROUTER_NS" iptables -A INPUT -p sctp -j DROP
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh61 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark 0 -j DROP
122 counters=$(ip netns exec $ns $tables -v -L OUTPUT | grep DROP)
123 values=${counters%DROP*}
H A Dmptcp_join.sh328 -j DROP; then
1890 if reset_with_tcp_filter "multi subflows, with subflow timeout" ns1 10.0.3.2 DROP &&
/linux/samples/bpf/
H A Dxdp_sample_user.c61 #define DROP(drop) drop, "drop/s" macro
674 str, PPS(pps), DROP(drop), ERR(err)); in stats_get_rx_cnt()
720 str, PPS(pps), DROP(drop), err, "bulk-avg"); in stats_get_cpumap_enqueue()
740 str, PPS(pps), DROP(drop), err, "bulk-avg"); in stats_get_cpumap_enqueue()
763 "xdp_stats", PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
779 str, PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
801 pps ? "kthread total" : "kthread", PPS(pps), DROP(drop), err, in stats_get_cpumap_kthread()
818 str, PPS(pps), DROP(drop), err, "sched"); in stats_get_cpumap_kthread()
979 str, XMIT(pps), DROP(drop), err, "drv_err/s", in stats_get_devmap_xmit()
1072 __COLUMN(".2f") "\n", str, XMIT(pps), DROP(drop), in stats_get_devmap_xmit_multi()
[all …]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c7 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/drivers/net/ethernet/arc/
H A Demac.h44 #define DROP (1 << 23) macro
H A Demac_main.c126 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dnet_cls.rst44 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_trap.c383 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
388 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
393 DEVLINK_TRAP_GENERIC(DROP, TRAP, _id, \
398 DEVLINK_TRAP_DRIVER(DROP, DROP, DEVLINK_MLXSW_TRAP_ID_##_id, \
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_devlink.c157 DEVLINK_TRAP_DRIVER(DROP, DROP, DEVLINK_PRESTERA_TRAP_ID_##_id, \
/linux/drivers/net/netdevsim/
H A Ddev.c671 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
675 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddevlink.c773 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/include/trace/events/
H A Dxdp.h16 FN(DROP) \
/linux/tools/testing/selftests/wireguard/
H A Dnetns.sh199 n0 iptables -A INPUT -m length --length 1360 -j DROP
389 n0 iptables -t filter -A INPUT \! -s 10.0.0.0/24 -i vethrs -j DROP # Manual rpfilter just to be exp…
/linux/mm/
H A Dfilemap.c1203 DROP, /* Drop ref to page before wait, no check when woken,
1287 if (behavior == DROP) in folio_wait_bit_common()
1471 return folio_wait_bit_common(folio, PG_locked, state, DROP);
1179 DROP, /* Drop ref to page before wait, no check when woken, global() enumerator
/linux/Documentation/networking/
H A Dsnmp_counter.rst1333 sudo iptables -A INPUT -i ens3 -p tcp --destination-port 9000 -j DROP
1678 nstatuser@nstat-a:~$ sudo iptables -A INPUT -p tcp --sport 9000 -j DROP