Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dxfrm.h199 XFRM_MSG_REPORT, enumerator
200 #define XFRM_MSG_REPORT XFRM_MSG_REPORT macro
/linux-4.4.14/security/selinux/
Dnlmsgtab.c106 { XFRM_MSG_REPORT, NETLINK_XFRM_SOCKET__NLMSG_READ },
/linux-4.4.14/net/xfrm/
Dxfrm_user.c2366 [XFRM_MSG_REPORT - XFRM_MSG_BASE] = XMSGSIZE(xfrm_user_report),
3011 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_REPORT, sizeof(*ur), 0); in build_report()