OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nfnl_ct_set_status
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
66
extern void
nfnl_ct_set_status
(struct nfnl_ct *, uint32_t);
/external/libnl/src/lib/
ct.c
137
nfnl_ct_set_status
(ct, status);
/external/libnl/lib/netfilter/
ct.c
327
nfnl_ct_set_status
(ct, ntohl(nla_get_u32(tb[CTA_STATUS])));
ct_obj.c
456
void
nfnl_ct_set_status
(struct nfnl_ct *ct, uint32_t status)
function
Completed in 1083 milliseconds