OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfnl_ct_set_mark
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/netfilter/
ct.h
76
extern void
nfnl_ct_set_mark
(struct nfnl_ct *, uint32_t);
/external/libnl/src/lib/
ct.c
65
nfnl_ct_set_mark
(ct, mark);
/external/libnl/lib/netfilter/
ct.c
331
nfnl_ct_set_mark
(ct, ntohl(nla_get_u32(tb[CTA_MARK])));
ct_obj.c
516
void
nfnl_ct_set_mark
(struct nfnl_ct *ct, uint32_t mark)
function
Completed in 308 milliseconds