OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_set_id
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
84
extern void
nfnl_ct_set_id
(struct nfnl_ct *, uint32_t);
/external/libnl/src/lib/
ct.c
77
nfnl_ct_set_id
(ct, id);
/external/libnl/lib/netfilter/
ct.c
335
nfnl_ct_set_id
(ct, ntohl(nla_get_u32(tb[CTA_ID])));
ct_obj.c
548
void
nfnl_ct_set_id
(struct nfnl_ct *ct, uint32_t id)
function
Completed in 36 milliseconds