Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/netfilter/
A Dbridge_brouter.sh65 …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
/linux/samples/bpf/
A Dxdp_sample_user.c62 #define DROP(drop) drop, "drop/s" macro
675 str, PPS(pps), DROP(drop), ERR(err)); in stats_get_rx_cnt()
721 str, PPS(pps), DROP(drop), err, "bulk-avg"); in stats_get_cpumap_enqueue()
741 str, PPS(pps), DROP(drop), err, "bulk-avg"); in stats_get_cpumap_enqueue()
764 "xdp_stats", PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
780 str, PASS(xdp_pass), DROP(xdp_drop), in stats_get_cpumap_remote()
819 str, PPS(pps), DROP(drop), err, "sched"); in stats_get_cpumap_kthread()
980 str, XMIT(pps), DROP(drop), err, "drv_err/s", in stats_get_devmap_xmit()
1073 __COLUMN(".2f") "\n", str, XMIT(pps), DROP(drop), in stats_get_devmap_xmit_multi()
1128 str, PPS(out->rx_cnt.pps), DROP(out->rx_cnt.drop), in stats_print()
[all …]
/linux/tools/testing/selftests/net/mptcp/
A Dmptcp_sockopt.sh28 ip netns exec $ns $t -A OUTPUT -p tcp -m mark --mark 0 -j DROP
112 counters=$(ip netns exec $ns $tables -v -L OUTPUT | grep DROP)
113 values=${counters%DROP*}
A Dmptcp_join.sh138 -j DROP
/linux/drivers/staging/r8188eu/hal/
A DHal8188ERateAdaptive.c267 (pRaInfo->DROP > DROPING_NECESSARY[RateID])) in odm_RateDecision_8188E()
457 if (pRaInfo->DROP > 3) in odm_PTDecision_8188E()
506 pRaInfo->DROP = 0; in ODM_RAInfo_Init()
622 pRAInfo->DROP = (u16)GET_TX_REPORT_TYPE1_DROP_0(pBuffer); in ODM_RA_TxRPT2Handle_8188E()
625 pRAInfo->RTY[4] + pRAInfo->DROP; in ODM_RA_TxRPT2Handle_8188E()
/linux/drivers/net/ethernet/freescale/dpaa2/
A Ddpaa2-eth-devlink.c7 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/net/core/
A Ddevlink.c10469 DEVLINK_TRAP(SMAC_MC, DROP),
10477 DEVLINK_TRAP(TAIL_DROP, DROP),
10480 DEVLINK_TRAP(DIP_LB, DROP),
10481 DEVLINK_TRAP(SIP_MC, DROP),
10482 DEVLINK_TRAP(SIP_LB, DROP),
10484 DEVLINK_TRAP(IPV4_SIP_BC, DROP),
10542 DEVLINK_TRAP(EARLY_DROP, DROP),
10548 DEVLINK_TRAP(ARP_PARSING, DROP),
10551 DEVLINK_TRAP(GRE_PARSING, DROP),
10552 DEVLINK_TRAP(UDP_PARSING, DROP),
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
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/arc/
A Demac.h44 #define DROP (1 << 23) macro
A Demac_main.c126 if (unlikely(info & (DROP | DEFR | LTCL | UFLO))) { in arc_emac_tx_clean()
/linux/Documentation/admin-guide/cgroup-v1/
A Dnet_cls.rst44 iptables -A OUTPUT -m cgroup ! --cgroup 0x100001 -j DROP
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_devlink.c157 DEVLINK_TRAP_DRIVER(DROP, DROP, DEVLINK_PRESTERA_TRAP_ID_##_id, \
/linux/drivers/net/ethernet/mellanox/mlx5/core/
A Ddevlink.c756 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/drivers/net/netdevsim/
A Ddev.c668 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
672 DEVLINK_TRAP_GENERIC(DROP, DROP, _id, \
/linux/include/trace/events/
A Dxdp.h15 FN(DROP) \
/linux/drivers/staging/r8188eu/include/
A Dodm.h329 u16 DROP; member
/linux/tools/testing/selftests/wireguard/
A Dnetns.sh199 n0 iptables -A INPUT -m length --length 1360 -j DROP
377 n0 iptables -t filter -A INPUT \! -s 10.0.0.0/24 -i vethrs -j DROP # Manual rpfilter just to be exp…
/linux/mm/
A Dfilemap.c1264 DROP, /* Drop ref to page before wait, no check when woken, enumerator
1351 if (behavior == DROP) in folio_wait_bit_common()
1457 DROP); in put_and_wait_on_page_locked()
/linux/Documentation/networking/
A Dsnmp_counter.rst1337 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
/linux/
A DMAINTAINERS13222 NETWORK DROP MONITOR

Completed in 118 milliseconds