Lines Matching refs:NLA_PUT
1058 NLA_PUT (msg, XFRMA_MARK, sizeof (struct xfrm_mark), &mark); in xfrmnl_sa_build_get_request()
1176 NLA_PUT (msg, XFRMA_ALG_AEAD, len, tmpl->aead); in build_xfrm_sa_message()
1184 NLA_PUT (msg, XFRMA_ALG_AUTH_TRUNC, len, tmpl->auth); in build_xfrm_sa_message()
1209 NLA_PUT (msg, XFRMA_ALG_CRYPT, len, tmpl->crypt); in build_xfrm_sa_message()
1214 NLA_PUT (msg, XFRMA_ALG_COMP, len, tmpl->comp); in build_xfrm_sa_message()
1237 NLA_PUT (msg, XFRMA_COADDR, sizeof (xfrm_address_t), tmpl->coaddr); in build_xfrm_sa_message()
1241 NLA_PUT (msg, XFRMA_MARK, sizeof (struct xfrm_mark), &tmpl->mark); in build_xfrm_sa_message()
1246 NLA_PUT (msg, XFRMA_SEC_CTX, len, tmpl->sec_ctx); in build_xfrm_sa_message()
1260 NLA_PUT (msg, XFRMA_REPLAY_ESN_VAL, len, tmpl->replay_state_esn); in build_xfrm_sa_message()
1263 NLA_PUT (msg, XFRMA_REPLAY_VAL, sizeof (struct xfrm_replay_state), &tmpl->replay_state); in build_xfrm_sa_message()
1353 NLA_PUT (msg, XFRMA_MARK, sizeof (struct xfrm_mark), &tmpl->mark); in build_xfrm_sa_delete_message()