OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_jumpto
(Results
1 - 4
of
4
) sorted by null
/external/iptables/iptables/
nft.h
103
int
add_jumpto
(struct nftnl_rule *r, const char *name, int verdict);
nft-bridge.c
148
ret =
add_jumpto
(r, cs->jumpto, NFT_JUMP);
nft.c
937
int
add_jumpto
(struct nftnl_rule *r, const char *name, int verdict)
function
987
ret =
add_jumpto
(r, cs->jumpto, NFT_GOTO);
989
ret =
add_jumpto
(r, cs->jumpto, NFT_JUMP);
[
all
...]
nft-arp.c
232
ret =
add_jumpto
(r, cs->jumpto, NFT_JUMP);
Completed in 82 milliseconds