Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 7 of 7) sorted by relevance

/dpdk/drivers/net/softnic/
H A Dparser.h54 uint32_t *labels, uint32_t *n_labels);
H A Dparser.c314 softnic_parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in softnic_parse_mpls_labels() argument
344 labels[count++] = (uint32_t)value; in softnic_parse_mpls_labels()
/dpdk/examples/ip_pipeline/
H A Dparser.h51 int parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels);
H A Dparser.c297 parse_mpls_labels(char *string, uint32_t *labels, uint32_t *n_labels) in parse_mpls_labels() argument
327 labels[count++] = (uint32_t) value; in parse_mpls_labels()
/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst182 …| 3 | Access Control List (ACLs) | Lookup key is 7-tuple of two VLAN/MPLS labels, IP destination a…
186 …| | | masks for the VLAN/MPLS labels, IP prefix for IP destination ad…
1073 …| 4 | Push/pop labels | Push/pop VLAN/MPLS labels to/from the current packet. …
/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c491 struct ice_label_section *labels; in ice_label_enum_handler() local
502 labels = (struct ice_label_section *)section; in ice_label_enum_handler()
503 if (index >= LE16_TO_CPU(labels->count)) in ice_label_enum_handler()
506 return labels->label + index; in ice_label_enum_handler()
/dpdk/doc/guides/contributing/
H A Ddocumentation.rst556 * An internal link can be generated by placing labels in the document with the format ``.. _label_n…