OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_get_src
(Results
1 - 4
of
4
) sorted by null
/external/libnl/tests/
test-nf-cache-mngr.c
12
if (!nl_addr_cmp(hack,
nfnl_ct_get_src
(ct, 1)) ||
/external/libnl/include/netlink/netfilter/
ct.h
89
extern struct nl_addr *
nfnl_ct_get_src
(const struct nfnl_ct *, int);
/external/libnl/lib/netfilter/
ct_obj.c
137
orig_src =
nfnl_ct_get_src
(ct, 0);
139
reply_src =
nfnl_ct_get_src
(ct, 1);
597
struct nl_addr *
nfnl_ct_get_src
(const struct nfnl_ct *ct, int repl)
function
ct.c
400
addr =
nfnl_ct_get_src
(ct, repl);
Completed in 59 milliseconds