Searched refs:tos_mask (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_DSCP.h23 __u8 tos_mask; member in struct:xt_tos_target_info
H A Dxt_dscp.h26 __u8 tos_mask; member in struct:xt_tos_match_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_DSCP.h23 __u8 tos_mask; member in struct:xt_tos_target_info
H A Dxt_dscp.h26 __u8 tos_mask; member in struct:xt_tos_match_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_DSCP.h23 __u8 tos_mask; member in struct:xt_tos_target_info
H A Dxt_dscp.h26 __u8 tos_mask; member in struct:xt_tos_match_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_TOS.c99 if (cb->val.tos_mask != 0xFF)
114 info->tos_mask = cb->val.tos_mask;
118 info->tos_mask = ~cb->val.u8;
122 info->tos_mask = cb->val.u8;
126 info->tos_mask = 0;
155 info->tos_value, info->tos_mask);
157 info->tos_value, info->tos_mask))
162 (unsigned int)(uint8_t)~info->tos_mask);
163 else if (info->tos_value == info->tos_mask)
[all...]
H A Dlibxt_tos.c61 if (cb->val.tos_mask != 0xFF)
76 info->tos_mask = cb->val.tos_mask;
102 !tos_try_print_symbolic("", info->tos_value, info->tos_mask))
103 printf("0x%02x/0x%02x", info->tos_value, info->tos_mask);
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_TOS.c99 if (cb->val.tos_mask != 0xFF)
114 info->tos_mask = cb->val.tos_mask;
118 info->tos_mask = ~cb->val.u8;
122 info->tos_mask = cb->val.u8;
126 info->tos_mask = 0;
155 info->tos_value, info->tos_mask);
157 info->tos_value, info->tos_mask))
162 (unsigned int)(uint8_t)~info->tos_mask);
163 else if (info->tos_value == info->tos_mask)
[all...]
H A Dlibxt_tos.c61 if (cb->val.tos_mask != 0xFF)
76 info->tos_mask = cb->val.tos_mask;
102 !tos_try_print_symbolic("", info->tos_value, info->tos_mask))
103 printf("0x%02x/0x%02x", info->tos_value, info->tos_mask);
121 printf(" --tos 0x%02x/0x%02x", info->tos_value, info->tos_mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_dscp.c62 return ((ip_hdr(skb)->tos & info->tos_mask) ==
65 return ((ipv6_get_dsfield(ipv6_hdr(skb)) & info->tos_mask) ==
H A Dxt_DSCP.c82 nv = (orig & ~info->tos_mask) ^ info->tos_value;
102 nv = (orig & info->tos_mask) ^ info->tos_value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h166 uint8_t tos_value, tos_mask; member in struct:xt_option_call::__anon1347::__anon1349
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/install/include/
H A Dxtables.h166 uint8_t tos_value, tos_mask; member in struct:xt_option_call::__anon20173::__anon20175
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxtoptions.c381 cb->val.tos_mask = max;
389 cb->val.tos_mask = value;
415 cb->val.tos_mask = cb->entry->max;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libxtables/
H A Dxtoptions.c381 cb->val.tos_mask = max;
389 cb->val.tos_mask = value;
415 cb->val.tos_mask = cb->entry->max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c2909 u64 tos_mask, u64 tos_val)
2917 (tos_mask & ~(u64)0xff) != 0 ||
2928 val |= (tos_mask << L3_CLS_TOSMASK_SHIFT);
2907 tcam_user_ip_class_set(struct niu *np, unsigned long class, int ipv6, u64 protocol_id, u64 tos_mask, u64 tos_val) argument

Completed in 119 milliseconds