OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xt_tos_target_info
(Results
1 - 2
of
2
) sorted by null
/external/iptables/include/linux/netfilter/
xt_DSCP.h
21
struct
xt_tos_target_info
{
struct
/external/iptables/extensions/
libxt_TOS.c
108
struct
xt_tos_target_info
*info = cb->data;
151
const struct
xt_tos_target_info
*info = (const void *)target->data;
181
const struct
xt_tos_target_info
*info = (const void *)target->data;
192
.size = XT_ALIGN(sizeof(struct
xt_tos_target_info
)),
193
.userspacesize = XT_ALIGN(sizeof(struct
xt_tos_target_info
)),
206
.size = XT_ALIGN(sizeof(struct
xt_tos_target_info
)),
207
.userspacesize = XT_ALIGN(sizeof(struct
xt_tos_target_info
)),
Completed in 52 milliseconds