Searched refs:XFRM_MSG_BASE (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_compat.c | 76 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 77 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 88 [XFRM_MSG_FLUSHPOLICY - XFRM_MSG_BASE] = 0, 89 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id), 93 [XFRM_MSG_NEWSADINFO - XFRM_MSG_BASE] = sizeof(u32), 94 [XFRM_MSG_GETSADINFO - XFRM_MSG_BASE] = sizeof(u32), 95 [XFRM_MSG_NEWSPDINFO - XFRM_MSG_BASE] = sizeof(u32), 96 [XFRM_MSG_GETSPDINFO - XFRM_MSG_BASE] = sizeof(u32), 291 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_xlate64() 325 u16 type = nlh_src->nlmsg_type - XFRM_MSG_BASE; in xfrm_alloc_compat() [all …]
|
A D | xfrm_user.c | 2936 [XFRM_MSG_DELSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 2937 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = XMSGSIZE(xfrm_usersa_id), 2948 [XFRM_MSG_FLUSHPOLICY - XFRM_MSG_BASE] = 0, 2949 [XFRM_MSG_NEWAE - XFRM_MSG_BASE] = XMSGSIZE(xfrm_aevent_id), 2953 [XFRM_MSG_GETSADINFO - XFRM_MSG_BASE] = sizeof(u32), 2954 [XFRM_MSG_NEWSPDINFO - XFRM_MSG_BASE] = sizeof(u32), 2955 [XFRM_MSG_GETSPDINFO - XFRM_MSG_BASE] = sizeof(u32), 3013 [XFRM_MSG_GETSA - XFRM_MSG_BASE] = { .doit = xfrm_get_sa, 3055 type -= XFRM_MSG_BASE; in xfrm_user_rcv_msg() 3077 if ((type == (XFRM_MSG_GETSA - XFRM_MSG_BASE) || in xfrm_user_rcv_msg() [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | xfrm.h | 159 XFRM_MSG_BASE = 0x10, enumerator 227 #define XFRM_NR_MSGTYPES (XFRM_MSG_MAX + 1 - XFRM_MSG_BASE)
|
Completed in 15 milliseconds