Lines Matching defs:value
1230 * Return: negative value on error, 0 in success.
1581 match->value.ingress_port);
1586 match->value.eth_proto);
1590 match->value.vlan_tci[0]);
1594 match->value.vlan_proto[0]);
1598 match->value.vlan_tci[1]);
1602 match->value.vlan_proto[1]);
1606 match->value.eth_saddr, ETH_ALEN);
1610 match->value.eth_daddr, ETH_ALEN);
1614 match->value.ip_proto);
1618 match->value.ip_tos);
1622 match->value.ip_ttl);
1628 match->value.ip_frag);
1634 match->value.src_ip);
1638 match->value.dst_ip);
1643 &match->value.src_ip6, sizeof(struct in6_addr));
1647 &match->value.dst_ip6, sizeof(struct in6_addr));
1652 match->value.l4_sport);
1656 match->value.l4_dport);
1776 /* Populating is done by taking each byte of @value in turn and storing
1777 * it in the appropriate bits of @row. @value must be big-endian; we
1782 void *value, size_t value_size)
1801 v = ((u8 *)value)[value_size - i - 1];
1811 __le32 *row, size_t row_bits, bool value)
1813 u8 v = value ? 1 : 0;
1821 __le32 *row, size_t row_bits, __be32 value)
1828 v.s6_addr32[0] = value;
1833 __le32 *row, size_t row_bits, u32 value)
1835 __be32 v = cpu_to_be32(value);
1838 * the pointer to the value is set discarding the first byte which is
1839 * the most significant byte for a big-endian 4-bytes value.
2040 match->value.ingress_port);
2046 match->value.ct_state_trk,
2048 match->value.ct_state_est,
2050 match->value.ip_frag,
2052 match->value.ip_firstfrag,
2054 match->value.tcp_syn_fin_rst);
2067 match->value.recirc_id);
2071 match->value.ct_mark);
2075 match->value.ct_zone);
2079 match->value.eth_proto);
2083 match->value.vlan_tci[0]);
2087 match->value.vlan_proto[0]);
2091 match->value.vlan_tci[1]);
2095 match->value.vlan_proto[1]);
2099 match->value.eth_saddr, ETH_ALEN);
2103 match->value.eth_daddr, ETH_ALEN);
2107 match->value.ip_proto);
2111 match->value.ip_tos);
2115 match->value.ip_ttl);
2119 match->value.src_ip);
2123 match->value.dst_ip);
2128 &match->value.src_ip6, sizeof(struct in6_addr));
2132 &match->value.dst_ip6, sizeof(struct in6_addr));
2137 match->value.l4_sport);
2141 match->value.l4_dport);
2145 match->value.tcp_flags);
2156 match->value.enc_keyid);