Home
last modified time | relevance | path

Searched refs:XFRM_MSG_REPORT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dxfrm.h200 XFRM_MSG_REPORT, enumerator
201 #define XFRM_MSG_REPORT XFRM_MSG_REPORT macro
/Linux-v4.19/security/selinux/
Dnlmsgtab.c111 { XFRM_MSG_REPORT, NETLINK_XFRM_SOCKET__NLMSG_READ },
/Linux-v4.19/net/xfrm/
Dxfrm_user.c2532 [XFRM_MSG_REPORT - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_report),
3211 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_REPORT, sizeof(*ur), 0); in build_report()