/openbmc/linux/net/devlink/ |
H A D | trap.c | 959 DEVLINK_TRAP(SMAC_MC, DROP), 960 DEVLINK_TRAP(VLAN_TAG_MISMATCH, DROP), 961 DEVLINK_TRAP(INGRESS_VLAN_FILTER, DROP), 962 DEVLINK_TRAP(INGRESS_STP_FILTER, DROP), 963 DEVLINK_TRAP(EMPTY_TX_LIST, DROP), 964 DEVLINK_TRAP(PORT_LOOPBACK_FILTER, DROP), 965 DEVLINK_TRAP(BLACKHOLE_ROUTE, DROP), 967 DEVLINK_TRAP(TAIL_DROP, DROP), 968 DEVLINK_TRAP(NON_IP_PACKET, DROP), 969 DEVLINK_TRAP(UC_DIP_MC_DMAC, DROP), [all …]
|
/openbmc/linux/tools/testing/selftests/netfilter/ |
H A D | bridge_brouter.sh | 65 …ec ns0 ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP 103 ip netns exec ns0 ebtables -t filter -A FORWARD -p ipv4 --ip-protocol icmp -j DROP 113 …ec ns0 ebtables -t broute -A BROUTING -p ipv4 --ip-protocol icmp -j redirect --redirect-target=DROP
|
H A D | conntrack_sctp_collision.sh | 58 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
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 61 #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 …]
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.sh | 38 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark 0 -j DROP 124 counters=$(ip netns exec $ns $tables -v -L OUTPUT | grep DROP) 125 values=${counters%DROP*}
|
H A D | mptcp_join.sh | 373 -j DROP; then 2088 if reset_with_tcp_filter "multi subflows, with subflow timeout" ns1 10.0.3.2 DROP &&
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-devlink.c | 7 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
|
/openbmc/linux/drivers/net/ethernet/arc/ |
H A D | emac.h | 44 #define DROP (1 << 23) macro
|
H A D | emac_main.c | 127 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | net_cls.rst | 44 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_trap.c | 383 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, \
|
/openbmc/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_devlink.c | 157 DEVLINK_TRAP_DRIVER(DROP, DROP, DEVLINK_PRESTERA_TRAP_ID_##_id, \
|
/openbmc/linux/drivers/net/netdevsim/ |
H A D | dev.c | 671 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \ 675 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | devlink.c | 784 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
|
/openbmc/linux/include/trace/events/ |
H A D | xdp.h | 16 FN(DROP) \
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 199 n0 iptables -A INPUT -m length --length 1360 -j DROP 390 n0 iptables -t filter -A INPUT \! -s 10.0.0.0/24 -i vethrs -j DROP # Manual rpfilter just to be exp…
|
/openbmc/linux/mm/ |
H A D | filemap.c | 1225 DROP, /* Drop ref to page before wait, no check when woken, enumerator 1309 if (behavior == DROP) in folio_wait_bit_common() 1493 return folio_wait_bit_common(folio, PG_locked, state, DROP); in folio_put_wait_locked()
|
/openbmc/linux/Documentation/networking/ |
H A D | snmp_counter.rst | 1337 sudo iptables -A INPUT -i ens3 -p tcp --destination-port 9000 -j DROP 1682 nstatuser@nstat-a:~$ sudo iptables -A INPUT -p tcp --sport 9000 -j DROP
|
/openbmc/linux/ |
H A D | MAINTAINERS | 14837 NETWORK DROP MONITOR
|