Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_bpf_xsym(3)			     DPDK		       rte_bpf_xsym(3)

NAME
       rte_bpf_xsym

SYNOPSIS
       #include	<rte_bpf.h>

   Data	Fields
       const char * name
       enum rte_bpf_xtype type
       struct rte_bpf_arg args [EBPF_FUNC_MAX_ARGS]
       struct rte_bpf_arg ret
       void * val
       struct rte_bpf_arg desc
       struct {
	  void * val
	  struct rte_bpf_arg desc
       } var

Detailed Description
       Definition for external symbols available in the	BPF program.

       Definition at line 69 of	file rte_bpf.h.

Field Documentation
   const char* name
       name

       Definition at line 70 of	file rte_bpf.h.

   enum	rte_bpf_xtype type
       type

       Definition at line 71 of	file rte_bpf.h.

   struct rte_bpf_arg args[EBPF_FUNC_MAX_ARGS]
       Function	arguments descriptions.

       Definition at line 77 of	file rte_bpf.h.

   struct rte_bpf_arg ret
       function	return value.

       Definition at line 79 of	file rte_bpf.h.

   void* val
       actual memory location

       Definition at line 82 of	file rte_bpf.h.

   struct rte_bpf_arg desc
       type, size, etc.

       Definition at line 83 of	file rte_bpf.h.

   struct  { ... }  var
       external	variable

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026		       rte_bpf_xsym(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=val&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help