Searched defs:meta (Results 1 - 2 of 2) sorted by relevance

/net/netfilter/
H A Dnft_meta.c183 const struct nft_meta *meta = nft_expr_priv(expr); local
185 u32 value = data[meta->sreg].data[0];
187 switch (meta->key) {
357 .name = "meta",
379 MODULE_ALIAS_NFT_EXPR("meta");
/net/sched/
H A Dem_meta.c13 * The metadata ematch compares two meta objects where each object
14 * represents either a meta value stored in the kernel or a static
20 * The definition of a objects conists of the type (meta type), a
21 * identifier (meta id) and additional type specific information.
22 * The meta id is either TCF_META_TYPE_VALUE for values provided by
23 * userspace or a index to the meta operations table consisting of
24 * function pointers to type specific meta data collectors returning
25 * the value of the requested meta value.
47 * on the meta type. Obviously, the length of the data must also
57 * NOTE: Certain meta value
803 struct meta_match *meta = (struct meta_match *) m->data; local
824 meta_delete(struct meta_match *meta) argument
865 struct meta_match *meta = NULL; local
919 struct meta_match *meta = (struct meta_match *) em->data; local
[all...]

Completed in 80 milliseconds