OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xt_mark_mtinfo1
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_mark.h
10
struct
xt_mark_mtinfo1
{
struct
/external/iptables/extensions/
libxt_mark.c
30
struct
xt_mark_mtinfo1
*info = cb->data;
61
const struct
xt_mark_mtinfo1
*info = (const void *)match->data;
84
const struct
xt_mark_mtinfo1
*info = (const void *)match->data;
124
.size = XT_ALIGN(sizeof(struct
xt_mark_mtinfo1
)),
125
.userspacesize = XT_ALIGN(sizeof(struct
xt_mark_mtinfo1
)),
Completed in 29 milliseconds