OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_compat
(Results
1 - 5
of
5
) sorted by null
/external/iptables/iptables/
nft-shared.h
121
void
add_compat
(struct nftnl_rule *r, uint32_t proto, bool inv);
nft-bridge.c
205
add_compat
(r, fw->ethproto, fw->invflags);
nft-ipv6.c
63
add_compat
(r, cs->fw6.ipv6.proto, cs->fw6.ipv6.invflags);
nft-ipv4.c
75
add_compat
(r, cs->fw.ip.proto, cs->fw.ip.invflags);
nft.c
1078
void
add_compat
(struct nftnl_rule *r, uint32_t proto, bool inv)
function
[
all
...]
Completed in 260 milliseconds