Home
last modified time | relevance | path

Searched refs:tos_value (Results 1 – 11 of 11) sorted by relevance

/external/iptables/extensions/
Dlibxt_TOS.c103 info->tos = cb->val.tos_value; in tos_tg_parse_v0()
113 info->tos_value = cb->val.tos_value; in tos_tg_parse()
117 info->tos_value = 0; in tos_tg_parse()
121 info->tos_value = cb->val.u8; in tos_tg_parse()
125 info->tos_value = cb->val.u8; in tos_tg_parse()
155 info->tos_value, info->tos_mask); in tos_tg_print()
157 info->tos_value, info->tos_mask)) in tos_tg_print()
160 else if (info->tos_value == 0) in tos_tg_print()
163 else if (info->tos_value == info->tos_mask) in tos_tg_print()
164 printf(" TOS or 0x%02x", info->tos_value); in tos_tg_print()
[all …]
Dlibxt_tos.c65 info->tos = cb->val.tos_value; in tos_mt_parse_v0()
75 info->tos_value = cb->val.tos_value; in tos_mt_parse()
102 !tos_try_print_symbolic("", info->tos_value, info->tos_mask)) in tos_mt_print()
103 printf("0x%02x/0x%02x", info->tos_value, info->tos_mask); in tos_mt_print()
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask); in tos_mt_save()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_DSCP.h23 __u8 tos_value; member
Dxt_dscp.h28 __u8 tos_value; member
/external/iptables/include/linux/netfilter/
Dxt_DSCP.h22 __u8 tos_value; member
Dxt_dscp.h27 __u8 tos_value; member
/external/iproute2/include/
Dxtables.h165 uint8_t tos_value, tos_mask; member
/external/iptables/include/
Dxtables.h165 uint8_t tos_value, tos_mask; member
/external/syzkaller/sys/linux/
Dnetfilter_targets.txt175 tos_value int8
Dnetfilter.txt620 tos_value int8
/external/iptables/libxtables/
Dxtoptions.c380 cb->val.tos_value = value; in tos_parse_numeric()
418 cb->val.tos_value = symbol->value; in xtopt_parse_tosmask()