OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_set_family
(Results
1 - 5
of
5
) sorted by null
/external/libnl/src/
nf-ct-list.c
105
case '4':
nfnl_ct_set_family
(ct, AF_INET); break;
106
case '6':
nfnl_ct_set_family
(ct, AF_INET6); break;
/external/libnl/include/netlink/netfilter/
ct.h
53
extern void
nfnl_ct_set_family
(struct nfnl_ct *, uint8_t);
/external/libnl/src/lib/
ct.c
47
nfnl_ct_set_family
(ct, family);
/external/libnl/lib/netfilter/
ct_obj.c
387
void
nfnl_ct_set_family
(struct nfnl_ct *ct, uint8_t family)
function
571
nfnl_ct_set_family
(ct, addr->a_family);
ct.c
307
nfnl_ct_set_family
(ct, nfnlmsg_family(nlh));
Completed in 263 milliseconds