OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nft_goto
(Results
1 - 6
of
6
) sorted by null
/external/iptables/iptables/
nft-ipv4.c
234
static void nft_ipv4_parse_immediate(const char *jumpto, bool
nft_goto
,
241
if (
nft_goto
)
nft-ipv6.c
174
static void nft_ipv6_parse_immediate(const char *jumpto, bool
nft_goto
,
181
if (
nft_goto
)
nft-shared.h
86
void (*parse_immediate)(const char *jumpto, bool
nft_goto
, void *data);
nft-shared.c
460
bool
nft_goto
= false;
local
474
case
NFT_GOTO
:
475
nft_goto
= true;
482
ops->parse_immediate(jumpto,
nft_goto
, data);
nft-bridge.c
311
static void nft_bridge_parse_immediate(const char *jumpto, bool
nft_goto
,
nft-arp.c
281
static void nft_arp_parse_immediate(const char *jumpto, bool
nft_goto
,
Completed in 1033 milliseconds