OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parse_match
(Results
1 - 3
of
3
) sorted by null
/external/iptables/iptables/
nft-shared.h
101
void (*
parse_match
)(struct xtables_match *m, void *data);
member in struct:nft_family_ops
nft-shared.c
365
if (ops->
parse_match
!= NULL)
366
ops->
parse_match
(match, nft_get_data(ctx));
nft-bridge.c
638
.
parse_match
= nft_bridge_parse_match,
Completed in 704 milliseconds