Home
last modified time | relevance | path

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

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