summaryrefslogtreecommitdiffstats
path: root/include/netlink/xfrm/sa.h
Commit message (Collapse)AuthorAgeFilesLines
* xfrm: Add support for xfrm user offloadingThomas Egerer2022-03-031-0/+3
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* xfrm/sa: Include own public header for function prototypesTobias Klauser2017-01-201-2/+2
| | | | | | | | | | | | Include the own public header in order to get function prototypes for all public functions defined in this module. This fixes GCC -Wmissing-prototype warnings. Also adjust the function prototype of xfrmnl_sa_get_sec_ctx() to match the definition. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
* xfrm: make character pointers in setters constThomas Egerer2016-06-251-7/+9
| | | | | | | | | | | | All of these pointers are either strcpy'd or memcpy'd and usually const in a calling application. Changing them to const in the header does not break the compatibility and allows for users with const pointers to use the library without compiler warnings. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> Signed-off-by: Thomas Haller <thaller@redhat.com> http://lists.infradead.org/pipermail/libnl/2016-June/002137.html
* xfrm: add xfrm supportSruthi Yellamraju2014-07-201-0/+178
Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>