Home
last modified time | relevance | path

Searched refs:IPF (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/testing/selftests/netfilter/
Dnft_nat.sh163 local IPF=""
166 IPF="ip6"
173 ip6 daddr dead:1::99 dnat $IPF to dead:2::99
238 local IPF=""
241 IPF="ip"
248 ip daddr 10.0.1.99 dnat $IPF to 10.0.2.99
/Linux-v5.4/Documentation/ia64/
Derr_inject.rst2 IPF Machine Check (MC) error inject tool
5 IPF Machine Check (MC) error inject tool is used to inject MC
6 errors from Linux. The tool is a test bed for IPF MC work flow including
17 The tool can be used to test Intel IPF machine MC handling capabilities.
20 software test suits to do stressful testing on IPF.
/Linux-v5.4/drivers/net/usb/
Dr8152.c666 #define IPF BIT(23) /* IP checksum fail */ macro
1970 if (opts3 & IPF) in r8152_rx_csum()