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

  
 
  

home | help
rte_macsec_hdr(3)		      DPDK		       rte_macsec_hdr(3)

NAME
     rte_macsec_hdr

SYNOPSIS
     #include <rte_macsec.h>

   Data Fields
     uint8_t tci_an
     uint8_t short_length:6
     rte_be32_t packet_number

Detailed Description
     MACsec Header (SecTAG)

     Definition at line 28 of file rte_macsec.h.

Field Documentation
   uint8_t tci_an
     Tag  control  information and Association number of secure channel. Various
     bits  of  TCI  and  AN  are  masked  using  RTE_MACSEC_TCI_*  and	RTE_MAC-
     SEC_AN_MASK.

     Definition at line 33 of file rte_macsec.h.

   uint8_t short_length
     Short Length.

     Definition at line 35 of file rte_macsec.h.

   rte_be32_t packet_number
     Packet number to support replay protection.

     Definition at line 41 of file rte_macsec.h.

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

Version 25.11.0 		 Thu Aug 27 2026	       rte_macsec_hdr(3)

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

home | help