Logo
  • TE: User Guide
  • Test Suite
    • Network topology model
    • Test API
      • Configuring the test bed
      • DPDK
      • Devices and services
        • BPF and XDP
          • rxq_stats BPF program
          • enum tapi_bpf_link_point
          • enum tapi_bpf_map_type
          • enum tapi_bpf_prog_type
          • enum tapi_bpf_state
          • enum tapi_bpf_xdp_action
          • struct tapi_bpf_lpm_trie_key
        • Media data
        • NVMe over Fabrics
        • Storage
        • UPnP
        • Wi-Fi client
      • Network environment and topology
      • Running programs on an agent
      • Sockets and I/O
      • Traffic generation and capture
      • Writing a test scenario
      • Remote calls on an agent
    • Test scenarios in markdown
  • Test Engine
  • Test Agents
  • Common tools API
  • Contributing to TE
  • Terminology
  • Global Namespace
Test Environment
  • Test Suite
  • Test API
  • Devices and services
  • BPF and XDP
  • enum tapi_bpf_link_point
  • View page source

enum tapi_bpf_link_point

BPF program link point types.

#include <tapi_bpf.h>

enum tapi_bpf_link_point {
    TAPI_BPF_LINK_UNSPEC     = 0,
    TAPI_BPF_LINK_XDP,
    TAPI_BPF_LINK_TC_INGRESS,
    TAPI_BPF_LINK_TC_EGRESS,
};
Previous Next

© Copyright 2019, OKTET Labs.

Built with Sphinx using a theme provided by Read the Docs.