FreeBSD Manual Pages
rte_ipsec_session(3) DPDK rte_ipsec_session(3) NAME rte_ipsec_session SYNOPSIS #include <rte_ipsec.h> Data Fields struct rte_ipsec_sa * sa enum rte_security_session_action_type type union { }; struct rte_ipsec_sa_pkt_func pkt_func Detailed Description rte_ipsec_session is an aggregate structure that defines particular IPsec Security Association IPsec (SA) on given security/crypto device: • pointer to the SA object • security session action type • pointer to security/crypto session, plus other related data • session/device specific functions to prepare/process IPsec packets. Definition at line 78 of file rte_ipsec.h. Field Documentation struct rte_ipsec_sa* sa SA that session belongs to. Note that multiple sessions can belong to the same SA. Definition at line 83 of file rte_ipsec.h. enum rte_security_session_action_type type session action type Definition at line 85 of file rte_ipsec.h. union { ... } @291 session and related data struct rte_ipsec_sa_pkt_func pkt_func functions to prepare/process IPsec packets Definition at line 99 of file rte_ipsec.h. Author Generated automatically by Doxygen for DPDK from the source code. Version 25.11.0 Thu Jun 11 2026 rte_ipsec_session(3)
NAME | SYNOPSIS | Detailed Description | Field Documentation | Author
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkt_func&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
