Home
last modified time | relevance | path

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

/linux/net/xfrm/
A Dxfrm_compat.c75 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
76 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
87 [XFRM_MSG_FLUSHPOLICY - XFRM_MSG_BASE] = 0,
88 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
92 [XFRM_MSG_NEWSADINFO - XFRM_MSG_BASE] = sizeof(u32),
93 [XFRM_MSG_GETSADINFO - XFRM_MSG_BASE] = sizeof(u32),
94 [XFRM_MSG_NEWSPDINFO - XFRM_MSG_BASE] = sizeof(u32),
95 [XFRM_MSG_GETSPDINFO - XFRM_MSG_BASE] = sizeof(u32),
288 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_xlate64()
322 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_alloc_compat()
[all …]
A Dxfrm_user.c2743 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
2744 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id),
2755 [XFRM_MSG_FLUSHPOLICY - XFRM_MSG_BASE] = 0,
2756 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id),
2760 [XFRM_MSG_GETSADINFO - XFRM_MSG_BASE] = sizeof(u32),
2761 [XFRM_MSG_NEWSPDINFO - XFRM_MSG_BASE] = sizeof(u32),
2762 [XFRM_MSG_GETSPDINFO - XFRM_MSG_BASE] = sizeof(u32),
2819 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = { .doit = xfrm_get_sa,
2861 type -= XFRM_MSG_BASE; in xfrm_user_rcv_msg()
2883 if ((type == (XFRM_MSG_GETSA - XFRM_MSG_BASE) || in xfrm_user_rcv_msg()
[all …]
/linux/include/uapi/linux/
A Dxfrm.h159 XFRM_MSG_BASE = 0x10, enumerator
227 #define XFRM_NR_MSGTYPES (XFRM_MSG_MAX + 1 - XFRM_MSG_BASE)

Completed in 15 milliseconds